diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 10 |
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; |