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-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-08-14 18:35:48 +00:00
parent fb411b346a
commit 4b3975948b

View File

@@ -175,6 +175,7 @@ function SvgCanvas(c)
this.locked = true;
this.selectedElement = e;
this.resize();
selectorManager.update();
this.selectorGroup.setAttribute("display", "inline");
};