Another fix for Issue 172: restore the rubber-band box for multiselect
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@566 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
26f1b5bb0c
commit
2dd77453a9
|
@ -2309,6 +2309,9 @@ function BatchCommand(text) {
|
||||||
resetUndoStack();
|
resetUndoStack();
|
||||||
// reset the selector manager
|
// reset the selector manager
|
||||||
selectorManager.initGroup();
|
selectorManager.initGroup();
|
||||||
|
// reset the rubber band box
|
||||||
|
rubberBox = selectorManager.getRubberBandBox();
|
||||||
|
|
||||||
call("cleared");
|
call("cleared");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue