Send zoom modifications to extensions, patch by JL2008
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1450 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
cdcb2e76cb
commit
5c02c98a3f
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue