Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Merge consecutive zooms withing 1s instead of 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil Moeller committed May 3, 2011
1 parent 63400ff commit 6f27ded
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -379,7 +379,7 @@ dojo.declare("sketchSpaceDesigner.designer.editor.Editor", [], {
this.updateDisplayTimout = window.setTimeout(function () {
image.updateDisplay();
image.updateDisplayTimout = undefined;
}, 500);
}, 1000);
}
image.getTransformedBoundingBox = function () {
var objToScreenMatrix = this._getRealMatrix();
Expand Down

0 comments on commit 6f27ded

Please sign in to comment.