diff options
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.js')
-rw-r--r-- | js/panels/Timeline/Layer.reel/Layer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js index 0fb91634..b23da749 100644 --- a/js/panels/Timeline/Layer.reel/Layer.js +++ b/js/panels/Timeline/Layer.reel/Layer.js | |||
@@ -558,6 +558,7 @@ var Layer = exports.Layer = Montage.create(Component, { | |||
558 | }, | 558 | }, |
559 | didDraw: { | 559 | didDraw: { |
560 | value: function() { | 560 | value: function() { |
561 | // console.log("Layer.didDraw: Layer "+ this.layerID ); | ||
561 | if (this._isFirstDraw === true) { | 562 | if (this._isFirstDraw === true) { |
562 | if (this.isSelected === true) { | 563 | if (this.isSelected === true) { |
563 | if (this.application.ninja.currentDocument._uuid === this._docUUID) { | 564 | if (this.application.ninja.currentDocument._uuid === this._docUUID) { |