aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-22 16:13:42 -0700
committerValerio Virgillito2012-03-22 16:13:42 -0700
commitb25195d010417417bb5b2e5362385078d68d9a84 (patch)
tree763e21330cc2b963a98a8cc548e1eecbac0d7466
parent007c5c91c91a2b6359ee4b14501190a81ba2a05e (diff)
parent686969216c6a2b19b32dc574d0cbcd38b01955f9 (diff)
downloadninja-b25195d010417417bb5b2e5362385078d68d9a84.tar.gz
Merge branch 'montage-integration' of github.com:Motorola-Mobility/ninja-internal into montage-integration
-rwxr-xr-xjs/components/tools-properties/rect-properties.reel/rect-properties.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.js b/js/components/tools-properties/rect-properties.reel/rect-properties.js
index f023f4bb..b4085eea 100755
--- a/js/components/tools-properties/rect-properties.reel/rect-properties.js
+++ b/js/components/tools-properties/rect-properties.reel/rect-properties.js
@@ -33,9 +33,9 @@ exports.RectProperties = Montage.create(ToolProperties, {
33 this.TRRadiusControl.enabled = this.BLRadiusControl.enabled = this.BRRadiusControl.enabled = !this.lockButton.pressed; 33 this.TRRadiusControl.enabled = this.BLRadiusControl.enabled = this.BRRadiusControl.enabled = !this.lockButton.pressed;
34 34
35 if(this.lockButton.pressed) { 35 if(this.lockButton.pressed) {
36 this._setBindings([this.TRRadiusControl, this.BLRadiusControl, this.BRRadiusControl]);
37 } else {
38 this._removeBindings([this.TRRadiusControl, this.BLRadiusControl, this.BRRadiusControl]); 36 this._removeBindings([this.TRRadiusControl, this.BLRadiusControl, this.BRRadiusControl]);
37 } else {
38 this._setBindings([this.TRRadiusControl, this.BLRadiusControl, this.BRRadiusControl]);
39 } 39 }
40 40
41 } 41 }