diff options
author | hwc487 | 2012-04-13 11:12:40 -0700 |
---|---|---|
committer | hwc487 | 2012-04-13 11:12:40 -0700 |
commit | 521df0ed9242efff45715998837068c87aca7efd (patch) | |
tree | 47311767f5921b2ccd8a8e83ca7ba62798f2793a /js/tools/modifier-tool-base.js | |
parent | f522ce09d98bbb2812ed25bb942597d854d71a1c (diff) | |
download | ninja-521df0ed9242efff45715998837068c87aca7efd.tar.gz |
3D Rotate changes
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rwxr-xr-x | js/tools/modifier-tool-base.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index 2609ae9c..2bc2d5f1 100755 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -901,13 +901,17 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
901 | this.application.ninja.stage.draw(); | 901 | this.application.ninja.stage.draw(); |
902 | if (this._targets && (this._targets.length > 1)) | 902 | if (this._targets && (this._targets.length > 1)) |
903 | { | 903 | { |
904 | this._origin = null; | 904 | //this._origin = null; |
905 | this._updateHandlesOrigin(); | 905 | this._updateHandlesOrigin(); |
906 | } | 906 | } |
907 | this.DrawHandles(); | 907 | this.DrawHandles(); |
908 | } | 908 | } |
909 | }, | 909 | }, |
910 | 910 | ||
911 | _updateHandlesOrigin: { | ||
912 | value: function () { } | ||
913 | }, | ||
914 | |||
911 | handleToolDoubleClick: { | 915 | handleToolDoubleClick: { |
912 | value: function(event) { | 916 | value: function(event) { |
913 | if(!this._target) | 917 | if(!this._target) |