diff options
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) |