diff options
Diffstat (limited to 'js/panels/properties.reel/properties.js')
-rwxr-xr-x | js/panels/properties.reel/properties.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/properties.reel/properties.js b/js/panels/properties.reel/properties.js index 0017b54f..e9d9472e 100755 --- a/js/panels/properties.reel/properties.js +++ b/js/panels/properties.reel/properties.js | |||
@@ -256,8 +256,8 @@ exports.Properties = Montage.create(Component, { | |||
256 | controls = this.customSections[n].content.controls; | 256 | controls = this.customSections[n].content.controls; |
257 | if(controls["colorSelect"]) { | 257 | if(controls["colorSelect"]) { |
258 | controls["colorSelect"].destroy(); | 258 | controls["colorSelect"].destroy(); |
259 | } else if(controls["background"]) { | 259 | } else if(controls["background-color"]) { |
260 | controls["background"].destroy(); | 260 | controls["background-color"].destroy(); |
261 | } | 261 | } |
262 | } | 262 | } |
263 | 263 | ||