Fixed bug related to path reorientation
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@984 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -2725,9 +2725,9 @@ function BatchCommand(text) {
|
||||
resetPathOrientation(elem, angle);
|
||||
addCommandToHistory(batchCmd);
|
||||
current_path = elem;
|
||||
resetPointGrips();
|
||||
setPointContainerTransform(""); // Maybe this should be in resetPointGrips?
|
||||
removeAllPointGripsFromPath();
|
||||
resetPointGrips();
|
||||
canvas.clearPath();
|
||||
|
||||
canvas.addToSelection([elem], true);
|
||||
call("changed", selectedElements);
|
||||
|
||||
Reference in New Issue
Block a user