fixtransforms branch: Fixed bug that messed up aligning matrix/rotated elements (in moveSelectedElements)

git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@1059 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-17 19:24:24 +00:00
parent 9c12d0af58
commit 070a710250

View File

@@ -5827,7 +5827,7 @@ function BatchCommand(text) {
xform.setTranslate(dx,dy);
}
tlist.appendItem(xform);
tlist.insertItemBefore(xform, 0);
var cmd = recalculateDimensions(selected);
if (cmd) {