diff options
author | Valerio Virgillito | 2012-02-29 12:09:43 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-29 12:09:43 -0800 |
commit | 3d233f25cff057fff5c5a75e4c4b40e88c22a8f5 (patch) | |
tree | 1ee8d228700cd37632f2213b260142b13aa69c70 /js/panels/properties/sections/custom.reel | |
parent | 3dbe798285f95dc63ae33739df5daadb8c432f24 (diff) | |
parent | 209e0781e926212bbaaad9e8ca4b61a0c389b30f (diff) | |
download | ninja-3d233f25cff057fff5c5a75e4c4b40e88c22a8f5.tar.gz |
Merge branch 'NiveshColor' of https://github.com/mqg734/ninja-internal into integration-candidate
Diffstat (limited to 'js/panels/properties/sections/custom.reel')
-rwxr-xr-x | js/panels/properties/sections/custom.reel/custom.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/panels/properties/sections/custom.reel/custom.js b/js/panels/properties/sections/custom.reel/custom.js index a2b9b9fa..a537d323 100755 --- a/js/panels/properties/sections/custom.reel/custom.js +++ b/js/panels/properties/sections/custom.reel/custom.js | |||
@@ -59,6 +59,8 @@ exports.CustomSection = Montage.create(Component, { | |||
59 | if(obj1.visible === false) tmpRow.colorVisible = obj1.visible; | 59 | if(obj1.visible === false) tmpRow.colorVisible = obj1.visible; |
60 | if(obj2.visible === false) tmpRow.color2Visible = obj2.visible; | 60 | if(obj2.visible === false) tmpRow.color2Visible = obj2.visible; |
61 | 61 | ||
62 | // TODO - Hack for now to reference the color select object to unregister color chips | ||
63 | this.controls["colorSelect"] = tmpRow; | ||
62 | } | 64 | } |
63 | else | 65 | else |
64 | { | 66 | { |
@@ -344,6 +346,9 @@ exports.CustomSection = Montage.create(Component, { | |||
344 | 346 | ||
345 | this.controls[aField.id] = obj; | 347 | this.controls[aField.id] = obj; |
346 | 348 | ||
349 | // TODO - Hack for now to reference the color select object to unregister color chips | ||
350 | this.controls["stageBackground"] = obj; | ||
351 | |||
347 | return obj; | 352 | return obj; |
348 | } | 353 | } |
349 | } | 354 | } |