Updated control point link icon, fixed issue 344
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@986 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -2353,6 +2353,10 @@ function BatchCommand(text) {
|
||||
current_path = null;
|
||||
canvas.addToSelection([mouse_target], true);
|
||||
canvas.setMode("select");
|
||||
|
||||
// Insert the dummy transform here in case element is moved
|
||||
var tlist = canvas.getTransformList(mouse_target);
|
||||
tlist.insertItemBefore(svgroot.createSVGTransform(), 0);
|
||||
}
|
||||
else {
|
||||
canvas.setMode("multiselect");
|
||||
|
||||
Reference in New Issue
Block a user