Fixed Issue 79: Pasting/Cloning causes selectors to become hidden
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@380 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
fb411b346a
commit
4b3975948b
|
@ -175,6 +175,7 @@ function SvgCanvas(c)
|
|||
this.locked = true;
|
||||
this.selectedElement = e;
|
||||
this.resize();
|
||||
selectorManager.update();
|
||||
this.selectorGroup.setAttribute("display", "inline");
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue