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 d3362474..700b93f3 100755 --- a/js/panels/properties.reel/properties.js +++ b/js/panels/properties.reel/properties.js | |||
@@ -244,8 +244,8 @@ exports.Properties = Montage.create(Component, { | |||
244 | controls = this.customSections[n].content.controls; | 244 | controls = this.customSections[n].content.controls; |
245 | if(controls["colorSelect"]) { | 245 | if(controls["colorSelect"]) { |
246 | controls["colorSelect"].destroy(); | 246 | controls["colorSelect"].destroy(); |
247 | } else if(controls["background"]) { | 247 | } else if(controls["background-color"]) { |
248 | controls["background"].destroy(); | 248 | controls["background-color"].destroy(); |
249 | } | 249 | } |
250 | } | 250 | } |
251 | 251 | ||