mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 730996 - Audio controls should not disappear. r=dolske
This commit is contained in:
parent
3bc6c25e8a
commit
3dac0e934e
@ -1506,6 +1506,8 @@
|
||||
},
|
||||
|
||||
hideControls : function() {
|
||||
if (!this.Utils.dynamicControls)
|
||||
return;
|
||||
this.Utils.startFadeOut(this.Utils.controlBar);
|
||||
if (this.firstShow)
|
||||
this.videocontrols.addEventListener("transitionend", this, false);
|
||||
|
Loading…
Reference in New Issue
Block a user