diff options
author | Nivesh Rajbhandari | 2012-02-13 11:58:07 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-13 11:58:07 -0800 |
commit | 200a217f485220451a38f1b9c4134462db52dbe1 (patch) | |
tree | 86fcc34ae85ad4b5d11fc6954f9721a102e4871d /js/tools/modifier-tool-base.js | |
parent | c0ab12c07d18149e3704d3e5f66aee43c13b7fd0 (diff) | |
download | ninja-200a217f485220451a38f1b9c4134462db52dbe1.tar.gz |
Fixed issue with tools not drawing their handles when mousing up.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rw-r--r-- | js/tools/modifier-tool-base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index 67b217c4..67377ab3 100644 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -867,8 +867,8 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
867 | { | 867 | { |
868 | this._handleMode = null; | 868 | this._handleMode = null; |
869 | this._delta = null; | 869 | this._delta = null; |
870 | this.DrawHandles(); | ||
871 | } | 870 | } |
871 | this.DrawHandles(); | ||
872 | } | 872 | } |
873 | }, | 873 | }, |
874 | 874 | ||