mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 786619 - Infobar reappears on some conditions even in 3D mode. r=msucan
This commit is contained in:
parent
6d7bdbefe3
commit
708200bb6f
@ -148,7 +148,8 @@ Highlighter.prototype = {
|
||||
this.highlighterContainer.appendChild(outlineContainer);
|
||||
this.highlighterContainer.appendChild(controlsBox);
|
||||
|
||||
stack.appendChild(this.highlighterContainer);
|
||||
// Insert the highlighter right after the browser
|
||||
stack.insertBefore(this.highlighterContainer, stack.childNodes[1]);
|
||||
|
||||
this.buildInfobar(controlsBox);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user