commit
c9517c709b
|
@ -457,6 +457,7 @@ define([
|
||||||
this.trigger('show:after', this, e);
|
this.trigger('show:after', this, e);
|
||||||
this.flushVisibleFontsTiles();
|
this.flushVisibleFontsTiles();
|
||||||
this.updateVisibleFontsTiles(null, 0);
|
this.updateVisibleFontsTiles(null, 0);
|
||||||
|
Common.Utils.isGecko && this.scroller && this.scroller.update();
|
||||||
} else {
|
} else {
|
||||||
Common.UI.ComboBox.prototype.onAfterShowMenu.apply(this, arguments);
|
Common.UI.ComboBox.prototype.onAfterShowMenu.apply(this, arguments);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue