diff options
author | Valerio Virgillito | 2012-05-11 14:43:48 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-11 14:43:48 -0700 |
commit | a0dceb06e0643066bb17c75c1d2ad3bd3826ada9 (patch) | |
tree | a9f34808963e9013b09adbb4daa00b7ea5a4305f /js | |
parent | 5d154f12287dcc1e8a4125b931d4f36e633d6907 (diff) | |
download | ninja-a0dceb06e0643066bb17c75c1d2ad3bd3826ada9.tar.gz |
fixing the timeline selecting when creating a new layer
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js')
-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 d1cab096..94ca9b57 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -994,7 +994,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
994 | this.arrLayers.splice(myIndex, 0, thingToPush); | 994 | this.arrLayers.splice(myIndex, 0, thingToPush); |
995 | 995 | ||
996 | } | 996 | } |
997 | this.selectLayer(myIndex); | 997 | this.selectLayer(myIndex, false); |
998 | } | 998 | } |
999 | }, | 999 | }, |
1000 | 1000 | ||