aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-02-23 13:39:51 -0800
committerJonathan Duran2012-02-23 13:39:51 -0800
commita8c153cc4f6a4f4f3367b0b2a763fa86b442c201 (patch)
treedb1e0789c5918076ebae180f48c06d33f2562d98 /js/panels/Timeline/TimelinePanel.reel
parent935d3e8b592fc9a3a6b252dd5fe0469e35b84713 (diff)
downloadninja-a8c153cc4f6a4f4f3367b0b2a763fa86b442c201.tar.gz
Remove selection calls from timelinepanel.js
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.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 1a0b9e80..62ae625f 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -513,9 +513,9 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
513 this._LayerUndoIndex = thingToPush.layerID; 513 this._LayerUndoIndex = thingToPush.layerID;
514 this._LayerUndoStatus = true; 514 this._LayerUndoStatus = true;
515 this._TrackUndoObject = newTrack; 515 this._TrackUndoObject = newTrack;
516 if(_firstLayerDraw){ 516// if(_firstLayerDraw){
517 this.application.ninja.selectionController.executeSelectElement(); 517// this.application.ninja.selectionController.executeSelectElement();
518 } 518// }
519 519
520 } 520 }
521 } 521 }
@@ -840,9 +840,9 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
840 this.trackRepetition.selectedIndexes = [layerIndex]; 840 this.trackRepetition.selectedIndexes = [layerIndex];
841 this.currentLayerSelected = this.arrLayers[layerIndex]; 841 this.currentLayerSelected = this.arrLayers[layerIndex];
842 this.currentTrackSelected = this.arrTracks[layerIndex]; 842 this.currentTrackSelected = this.arrTracks[layerIndex];
843 if(this._captureSelection){ 843 /*if(this._captureSelection){
844 this.application.ninja.selectionController.selectElements(this.currentLayerSelected.elementsList) 844 this.application.ninja.selectionController.selectElements(this.currentLayerSelected.elementsList)
845 } 845 }*/
846 this._captureSelection = true; 846 this._captureSelection = true;
847 } else { 847 } else {
848 this.layerRepetition.selectedIndexes = null; 848 this.layerRepetition.selectedIndexes = null;