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:
@@ -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");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user