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
master
Alexis Deveria 2009-08-14 18:35:48 +00:00
parent fb411b346a
commit 4b3975948b
1 changed files with 1 additions and 0 deletions

View File

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