aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-02-09 12:06:42 -0800
committerJonathan Duran2012-02-09 12:06:42 -0800
commit74832b23c768974f71a32044c5d5481909ece931 (patch)
tree345b3c10d64c6f3bd32491523ab8aefc4796012f /js/panels/Timeline/TimelinePanel.reel
parent180f728f833f4c9347fe5cc1cc14a35d9fb04c07 (diff)
downloadninja-74832b23c768974f71a32044c5d5481909ece931.tar.gz
Fix layer/element selection on first click select
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 4586c4eb..44129743 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -756,6 +756,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
756 if(this._captureSelection){ 756 if(this._captureSelection){
757 this.application.ninja.selectionController.selectElements(this.currentLayerSelected.element) 757 this.application.ninja.selectionController.selectElements(this.currentLayerSelected.element)
758 } 758 }
759 this._captureSelection = true;
759 } else { 760 } else {
760 this.layerRepetition.selectedIndexes = null; 761 this.layerRepetition.selectedIndexes = null;
761 this.trackRepetition.selectedIndexes = null; 762 this.trackRepetition.selectedIndexes = null;