From 580dd98b60234a7232951c48618ce446f9c3d901 Mon Sep 17 00:00:00 2001 From: Kruti Shah Date: Mon, 26 Mar 2012 12:15:30 -0700 Subject: Timeline : Breadcrumb Fix Signed-off-by: Kruti Shah --- js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/panels/Timeline') diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 1d22c109..66c77072 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js @@ -433,6 +433,14 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { } // Feed the new array of objects into the repetitions. this.arrLayers = this.temparrLayers; + }else if(this.application.ninja.breadCrumbClick){ + var parentNode = this.application.ninja.currentSelectedContainer; + for (myIndex = 0; parentNode.children[myIndex]; myIndex++) { + this._openDoc = true; + this.restoreLayer(parentNode.children[myIndex]); + } + this.arrLayers = this.temparrLayers; + } // After recreating the tracks and layers, store the result in the currentDocument. -- cgit v1.2.3