--- 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)