diff options
Diffstat (limited to 'js/panels')
-rwxr-xr-x | js/panels/properties.reel/sections/custom.reel/custom.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/properties.reel/sections/custom.reel/custom.js b/js/panels/properties.reel/sections/custom.reel/custom.js index d7334afe..703ef950 100755 --- a/js/panels/properties.reel/sections/custom.reel/custom.js +++ b/js/panels/properties.reel/sections/custom.reel/custom.js | |||
@@ -382,7 +382,7 @@ exports.CustomSection = Montage.create(Component, { | |||
382 | Object.defineBinding(obj, "enabled", { | 382 | Object.defineBinding(obj, "enabled", { |
383 | boundObject: this.controls, | 383 | boundObject: this.controls, |
384 | boundObjectPropertyPath: aField.enabled.boundProperty, | 384 | boundObjectPropertyPath: aField.enabled.boundProperty, |
385 | oneway: false | 385 | oneway: true |
386 | }); | 386 | }); |
387 | } else { | 387 | } else { |
388 | obj.enabled = aField.enabled; | 388 | obj.enabled = aField.enabled; |