src/toolsets/algorithmtoolset.cpp

changeset 1070
292c64cb2a75
parent 1065
c8ecddbd99e9
child 1072
9ce9496427f2
--- a/src/toolsets/algorithmtoolset.cpp	Sat Jan 28 17:20:16 2017 +0200
+++ b/src/toolsets/algorithmtoolset.cpp	Sat Jan 28 17:23:04 2017 +0200
@@ -576,7 +576,7 @@
 		ref->setColor (MainColor);
 		ref->setFileInfo (doc);
 		ref->setPosition (Origin);
-		ref->setTransformationMatrix (IdentityMatrix);
+		ref->setTransformationMatrix (Matrix::identity);
 		currentDocument()->insertObject (refidx, ref);
 
 		// Refresh stuff

mercurial