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:
Alexis Deveria
2009-12-01 21:23:18 +00:00
parent 5173ad7eea
commit d800f4b5f9
2 changed files with 9 additions and 5 deletions

View File

@@ -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");