aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes
diff options
context:
space:
mode:
Diffstat (limited to 'js/helper-classes')
-rwxr-xr-xjs/helper-classes/3D/draw-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/3D/draw-utils.js b/js/helper-classes/3D/draw-utils.js
index 177c844f..8ddd0d52 100755
--- a/js/helper-classes/3D/draw-utils.js
+++ b/js/helper-classes/3D/draw-utils.js
@@ -309,7 +309,7 @@ var DrawUtils = exports.DrawUtils = Montage.create(Component, {
309 } 309 }
310 310
311 // TODO - Remove this once all stage drawing is consolidated into a single draw cycle 311 // TODO - Remove this once all stage drawing is consolidated into a single draw cycle
312 if(!isChanging) { 312 if(!isChanging && this.application.ninja.toolsData.selectedToolInstance.captureSelectionDrawn) {
313 this.application.ninja.toolsData.selectedToolInstance.captureSelectionDrawn(null); 313 this.application.ninja.toolsData.selectedToolInstance.captureSelectionDrawn(null);
314 } 314 }
315 } 315 }