diff options
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.html')
-rw-r--r-- | js/panels/Timeline/Layer.reel/Layer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.html b/js/panels/Timeline/Layer.reel/Layer.html index add6cb38..add28385 100644 --- a/js/panels/Timeline/Layer.reel/Layer.html +++ b/js/panels/Timeline/Layer.reel/Layer.html | |||
@@ -66,6 +66,11 @@ | |||
66 | "boundObjectPropertyPath" : "objectAtCurrentIteration.editorProperty", | 66 | "boundObjectPropertyPath" : "objectAtCurrentIteration.editorProperty", |
67 | "oneway" : false | 67 | "oneway" : false |
68 | }, | 68 | }, |
69 | "isSelected" : { | ||
70 | "boundObject" : {"@": "repetition1"}, | ||
71 | "boundObjectPropertyPath" : "objectAtCurrentIteration.isSelected", | ||
72 | "oneway" : false | ||
73 | }, | ||
69 | "editorValue" : { | 74 | "editorValue" : { |
70 | "boundObject" : {"@": "repetition1"}, | 75 | "boundObject" : {"@": "repetition1"}, |
71 | "boundObjectPropertyPath" : "objectAtCurrentIteration.editorValue", | 76 | "boundObjectPropertyPath" : "objectAtCurrentIteration.editorValue", |