aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-04-18 08:09:26 -0700
committerJonathan Duran2012-04-18 08:09:26 -0700
commitc6f16dd25c5bb3fc144db66d42edb19b29720aa3 (patch)
tree2deb17c40bf523c1dc8e206ec5b33dcbe33b58ec /js/panels/Timeline/Layer.reel
parent9f05148454783fd761c9cad35a169c6cb164c1a4 (diff)
parentd6f3f53a86f4efc45eabb519c94456731f6425e1 (diff)
downloadninja-c6f16dd25c5bb3fc144db66d42edb19b29720aa3.tar.gz
Merge branch 'refs/heads/timeline-local' into TimelineUber
Diffstat (limited to 'js/panels/Timeline/Layer.reel')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js
index 3bc87f68..36c77018 100644
--- a/js/panels/Timeline/Layer.reel/Layer.js
+++ b/js/panels/Timeline/Layer.reel/Layer.js
@@ -758,6 +758,8 @@ var Layer = exports.Layer = Montage.create(Component, {
758 } 758 }
759 this.dynamicLayerName.value = newVal; 759 this.dynamicLayerName.value = newVal;
760 this.layerName = newVal; 760 this.layerName = newVal;
761 this.application.ninja.timeline.currentLayerSelected.layerData.elementsList[0].dataset.storedLayerName = newVal;
762 this.application.ninja.documentController.activeDocument.needsSave = true;
761 this.needsDraw = true; 763 this.needsDraw = true;
762 } 764 }
763 }, 765 },