--- a/src/ldObject.cc Wed Nov 05 23:41:58 2014 +0200 +++ b/src/ldObject.cc Mon Dec 01 05:10:22 2014 +0200 @@ -392,7 +392,7 @@ // Transform the objects for (LDObjectPtr obj : objs) { - assert (obj->type() != OBJ_Subfile); + // assert (obj->type() != OBJ_Subfile); // Set the parent now so we know what inlined the object. obj->setParent (self()); TransformObject (obj, transform(), position(), color());