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-75d572ba1dddmaster
parent
b9058e5b1e
commit
df497438a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue