From df497438a98a044b835f8f2461b72efefd3d1362 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Thu, 12 Nov 2009 20:15:42 +0000 Subject: [PATCH] Fixed issue 320: Make the rotation handle appears on groups right after grouping git-svn-id: http://svg-edit.googlecode.com/svn/trunk@937 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index e4b7cdfd..947deae2 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -5329,7 +5329,7 @@ function BatchCommand(text) { // ensure selectors are at bottom and update selection selectorManager.update(); canvas.clearSelection(); - canvas.addToSelection([g]); + canvas.addToSelection([g], true); }; // TODO: when transferring group's rotational transform to the children, must deal