diff options
author | Jonathan Duran | 2012-07-20 08:30:24 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-07-20 08:30:24 -0700 |
commit | 936fbd6d76d35e3f9574983682c266de6dce55f7 (patch) | |
tree | edfbd366df9d7e7514425561a817fc2c67f398d9 /js/tools/modifier-tool-base.js | |
parent | 7b7f4157dfd1d3ad2b4a266c92594da56a619254 (diff) | |
parent | 9053e2037821a5c8405fabb74db9635deacfe8d5 (diff) | |
download | ninja-936fbd6d76d35e3f9574983682c266de6dce55f7.tar.gz |
Merge branch 'refs/heads/NINJA-master' into TimelineUber
Conflicts:
js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html
js/panels/Timeline/TimelinePanel.reel/css/TimelinePanel.css
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rwxr-xr-x | js/tools/modifier-tool-base.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index 9b855e66..c772e36c 100755 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -480,7 +480,6 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
480 | if(this._target) | 480 | if(this._target) |
481 | { | 481 | { |
482 | this.isDrawing = true; | 482 | this.isDrawing = true; |
483 | this.application.ninja.stage.showSelectionBounds = false; | ||
484 | this._updateTargets(); | 483 | this._updateTargets(); |
485 | 484 | ||
486 | if(this._canSnap) | 485 | if(this._canSnap) |
@@ -798,7 +797,6 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
798 | if(len === 1) | 797 | if(len === 1) |
799 | { | 798 | { |
800 | this.target = this.application.ninja.selectedElements[0]; | 799 | this.target = this.application.ninja.selectedElements[0]; |
801 | drawUtils.addElement(this.target); | ||
802 | } | 800 | } |
803 | else | 801 | else |
804 | { | 802 | { |
@@ -882,7 +880,6 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
882 | new WebKitPoint(event.pageX, event.pageY)); | 880 | new WebKitPoint(event.pageX, event.pageY)); |
883 | 881 | ||
884 | this.isDrawing = false; | 882 | this.isDrawing = false; |
885 | this.application.ninja.stage.showSelectionBounds = true; | ||
886 | if(this._escape) { | 883 | if(this._escape) { |
887 | this._escape = false; | 884 | this._escape = false; |
888 | return; | 885 | return; |