From 4b3975948bbe2b70048ec2de306849a39675cb83 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Fri, 14 Aug 2009 18:35:48 +0000 Subject: [PATCH] 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 --- editor/svgcanvas.js | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index bdbd8079..310b1f2f 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -175,6 +175,7 @@ function SvgCanvas(c) this.locked = true; this.selectedElement = e; this.resize(); + selectorManager.update(); this.selectorGroup.setAttribute("display", "inline"); };