diff options
author | Valerio Virgillito | 2012-06-06 17:04:34 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-06 17:04:34 -0700 |
commit | 6442dcc0cc4088d28558a9c121c6a91cba3ff078 (patch) | |
tree | 8f2f2db6097104e44c8d87e11466d1f3124c7f3a /js/tools/FillTool.js | |
parent | 488ae8d98deb30009cb8b5b2da464fe52940050b (diff) | |
parent | 47e0e1f047e83b71c3f86812a45d33904201cc7a (diff) | |
download | ninja-6442dcc0cc4088d28558a9c121c6a91cba3ff078.tar.gz |
Merge branch 'refs/heads/master' into element-model-fixes
Conflicts:
js/tools/LineTool.js
js/tools/ShapeTool.js
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/tools/FillTool.js')
-rwxr-xr-x | js/tools/FillTool.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/FillTool.js b/js/tools/FillTool.js index 69807bc3..e08ec1da 100755 --- a/js/tools/FillTool.js +++ b/js/tools/FillTool.js | |||
@@ -70,6 +70,7 @@ exports.FillTool = Montage.create(ModifierToolBase, { | |||
70 | // Called by modifier tool base's HandleLeftButtonDown after updating selection (if needed) | 70 | // Called by modifier tool base's HandleLeftButtonDown after updating selection (if needed) |
71 | startDraw: { | 71 | startDraw: { |
72 | value: function(event) { | 72 | value: function(event) { |
73 | this.drawData = null; | ||
73 | this.isDrawing = true; | 74 | this.isDrawing = true; |
74 | 75 | ||
75 | if(this._canColor && this.application.ninja.selectedElements.length) { | 76 | if(this._canColor && this.application.ninja.selectedElements.length) { |