lightbox: make sure this.shown set to false when start showing
This commit is contained in:
@ -102,6 +102,7 @@ const Lightbox = new Lang.Class({
|
||||
|
||||
show: function() {
|
||||
if (this._fadeInTime) {
|
||||
this.shown = false;
|
||||
this.actor.opacity = 0;
|
||||
Tweener.addTween(this.actor,
|
||||
{ opacity: 255 * this._fadeFactor,
|
||||
|
Reference in New Issue
Block a user