aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.js
diff options
context:
space:
mode:
authorJon Reid2012-04-19 16:35:05 -0700
committerJon Reid2012-04-19 16:35:05 -0700
commit57a0ca060f34297923e2e891ee25e5c928c09f00 (patch)
tree76dfa61a455779b39c2458fe0927ac5f205c925f /js/panels/Timeline/Layer.reel/Layer.js
parent9ec3e457db069f5a6195c8c07f85fcb3a4e0c031 (diff)
downloadninja-57a0ca060f34297923e2e891ee25e5c928c09f00.tar.gz
Timeline: More bug fixes for selection with multiple documents opening and
closing.
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.js')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js
index 5b1ce594..1b8d73c0 100644
--- a/js/panels/Timeline/Layer.reel/Layer.js
+++ b/js/panels/Timeline/Layer.reel/Layer.js
@@ -482,6 +482,7 @@ var Layer = exports.Layer = Montage.create(Component, {
482 this.layerTag = this.layerData.layerTag; 482 this.layerTag = this.layerData.layerTag;
483 this.isVisible = this.layerData.isVisible; 483 this.isVisible = this.layerData.isVisible;
484 this.isAnimated = this.layerData.isAnimated; 484 this.isAnimated = this.layerData.isAnimated;
485 this.docUUID = this.layerData.docUUID;
485 this.needsDraw = boolNeedsDraw; 486 this.needsDraw = boolNeedsDraw;
486 } 487 }
487 }, 488 },