lightbox: make sure this.shown set to false when start showing

This commit is contained in:
Marina Zhurakhinskaya
2012-03-01 01:07:06 -05:00
parent 478e546a77
commit bd9fe20bd1
2 changed files with 2 additions and 0 deletions

View File

@ -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,