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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user