aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/tools/Translate3DToolBase.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/js/tools/Translate3DToolBase.js b/js/tools/Translate3DToolBase.js
index 07b6d04d..b7bce2be 100755
--- a/js/tools/Translate3DToolBase.js
+++ b/js/tools/Translate3DToolBase.js
@@ -126,8 +126,11 @@ exports.Translate3DToolBase = Montage.create(ModifierToolBase,
126 this.isDrawing = false; 126 this.isDrawing = false;
127 this.endDraw(event); 127 this.endDraw(event);
128 128
129// this.UpdateSelection(true); 129
130 this.Configure(true); 130 // Need to force stage to draw immediately so the new selection center is calculated
131 this.application.ninja.stage.draw();
132 // And captureSelectionDrawn to draw the transform handles
133 this.captureSelectionDrawn(null);
131 } 134 }
132 }, 135 },
133 136