gui.cpp

changeset 66
12aca5d5a51e
parent 64
ada4679d5bce
child 67
d523a370a17a
--- a/gui.cpp	Sun Mar 24 21:45:19 2013 +0200
+++ b/gui.cpp	Mon Mar 25 00:44:11 2013 +0200
@@ -411,8 +411,7 @@
 		LDSubfile* ref = static_cast<LDSubfile*> (obj);
 		
 		// Get the inlined objects. These are clones of the subfile's contents.
-		vector<LDObject*> objs = ref->inlineContents (bDeep, ref->mMatrix,
-			ref->vPosition, true);
+		vector<LDObject*> objs = ref->inlineContents (bDeep, true);
 		
 		// Merge in the inlined objects
 		FOREACH (LDObject, *, inlineobj, objs)

mercurial