aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
diff options
context:
space:
mode:
authorJonathan Duran2012-04-03 12:05:55 -0700
committerJonathan Duran2012-04-03 12:05:55 -0700
commit5ef3b4a58a6a0ca3acc5529b88ccb814b77432e6 (patch)
treede78d81eb31eae74eaaa4d4233ef3d28e2469c37 /js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
parent8b1ba44e8e1049af409b5e55720b494171a91b57 (diff)
downloadninja-5ef3b4a58a6a0ca3acc5529b88ccb814b77432e6.tar.gz
FIX IKNINJA-1309 Timeline:Master Layer animation span is gone when another new file is open
Fix for master duration indicator not updating when switching files Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 110f0336..4177c681 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -601,7 +601,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
601// this._firstTimeLoaded = true; 601// this._firstTimeLoaded = true;
602 this.end_hottext.value = 25; 602 this.end_hottext.value = 25;
603 this.updateTrackContainerWidth(); 603 this.updateTrackContainerWidth();
604 604 this.masterDuration = 0;
605 // Clear the repetitions 605 // Clear the repetitions
606 if (this.arrLayers.length > 0) { 606 if (this.arrLayers.length > 0) {
607 this.arrLayers = []; 607 this.arrLayers = [];