Skip to content
Snippets Groups Projects
Verified Commit b83dc999 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 41631: Prevent weird initial window dimensions caused by subpixel computations

parent 0de39294
No related branches found
No related tags found
1 merge request!678Bug 41759: Rebase Base Browser to 115 (Beta 5)
......@@ -314,8 +314,10 @@ class _RFPHelper {
kPrefLetterboxing,
false
);
if (this.rfpEnabled) {
forEachWindow(win => this._updateSizeForTabsInWindow(win));
}
}
// The function to parse the dimension set from the pref value. The pref value
// should be formated as 'width1xheight1, width2xheight2, ...'. For
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment