diff options
author | Valerio Virgillito | 2012-05-04 00:18:33 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-04 00:18:33 -0700 |
commit | 22af7613f36f3a30653060284e144830f9164c45 (patch) | |
tree | aca0b934082abc6c913ab904bab8d86eb45922f5 | |
parent | b96dd7bbf61e84be51a7e011a85d1f09f493d1e5 (diff) | |
download | ninja-22af7613f36f3a30653060284e144830f9164c45.tar.gz |
temporary commenting a timeline bug preventing nested selection
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 2 |
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 48818e44..d1cab096 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -654,7 +654,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
654 | 654 | ||
655 | //debugger; | 655 | //debugger; |
656 | if (typeof(this.application.ninja.currentDocument.tlCurrentSelectedContainer) !== "undefined") { | 656 | if (typeof(this.application.ninja.currentDocument.tlCurrentSelectedContainer) !== "undefined") { |
657 | this.application.ninja.currentSelectedContainer=this.application.ninja.currentDocument.tlCurrentSelectedContainer; | 657 | // this.application.ninja.currentSelectedContainer=this.application.ninja.currentDocument.tlCurrentSelectedContainer; |
658 | } | 658 | } |
659 | 659 | ||
660 | // Are we only showing animated layers? | 660 | // Are we only showing animated layers? |