diff options
author | Jon Reid | 2012-06-12 10:10:11 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-12 10:10:11 -0700 |
commit | 0a5ce26ee62b74261e1b00877b7e43af0e681856 (patch) | |
tree | 1777c1ec754cebb7844df18c56cc420813960b57 /js/panels/Timeline/TimelinePanel.reel | |
parent | 8e5536bddb9f9f991e1d5ed363d253879a159a28 (diff) | |
download | ninja-0a5ce26ee62b74261e1b00877b7e43af0e681856.tar.gz |
Timeline: Fix document switching under Montage v.10
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 36b868d0..65476d6b 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -783,6 +783,9 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
783 | var i = 0, | 783 | var i = 0, |
784 | tlArrLayersLength = this.application.ninja.currentDocument.tlArrLayers.length; | 784 | tlArrLayersLength = this.application.ninja.currentDocument.tlArrLayers.length; |
785 | 785 | ||
786 | |||
787 | this._ignoreNextContainerChange = true; | ||
788 | |||
786 | // We're reading from the cache, not writing to it. | 789 | // We're reading from the cache, not writing to it. |
787 | this._boolCacheArrays = false; | 790 | this._boolCacheArrays = false; |
788 | for (i = 0; i < tlArrLayersLength; i++) { | 791 | for (i = 0; i < tlArrLayersLength; i++) { |