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
master
Alexis Deveria 2009-11-12 20:15:42 +00:00
parent b9058e5b1e
commit df497438a9
1 changed files with 1 additions and 1 deletions

View File

@ -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