mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 660391 - gURLBar.formatValue fails when exiting print preview, due to the URL bar not having a frame. r=gavin
--HG-- extra : rebase_source : 4e8ba0f5f637a879b55e5b279ba0d01773c90da5
This commit is contained in:
parent
93c7072af0
commit
420f2c372c
@ -2873,7 +2873,7 @@ var PrintPreviewListener = {
|
||||
this._printPreviewTab = null;
|
||||
},
|
||||
_toggleAffectedChrome: function () {
|
||||
gNavToolbox.hidden = gInPrintPreviewMode;
|
||||
gNavToolbox.collapsed = gInPrintPreviewMode;
|
||||
|
||||
if (gInPrintPreviewMode)
|
||||
this._hideChrome();
|
||||
|
Loading…
Reference in New Issue
Block a user