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-75d572ba1ddd
master
Jeff Schiller 2009-09-04 17:23:56 +00:00
parent 26f1b5bb0c
commit 2dd77453a9
1 changed files with 3 additions and 0 deletions

View File

@ -2309,6 +2309,9 @@ function BatchCommand(text) {
resetUndoStack();
// reset the selector manager
selectorManager.initGroup();
// reset the rubber band box
rubberBox = selectorManager.getRubberBandBox();
call("cleared");
};