Send zoom modifications to extensions, patch by JL2008

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1450 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2010-03-09 16:10:23 +00:00
parent cdcb2e76cb
commit 5c02c98a3f
1 changed files with 1 additions and 0 deletions

View File

@ -6516,6 +6516,7 @@ function BatchCommand(text) {
selectorManager.requestSelector(elem).resize(); selectorManager.requestSelector(elem).resize();
}); });
pathActions.zoomChange(); pathActions.zoomChange();
runExtensions("zoomChanged", zoomlevel);
} }
this.getMode = function() { this.getMode = function() {