mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201217 - Don't fiddle with the resolution on tab switch when using APZ in fennec. r=rbarker
This commit is contained in:
parent
b3f65055c0
commit
73c49311cc
@ -1096,7 +1096,9 @@ var BrowserApp = {
|
||||
return;
|
||||
|
||||
aTab.setActive(true);
|
||||
if (!AppConstants.MOZ_ANDROID_APZ) {
|
||||
aTab.setResolution(aTab._zoom, true);
|
||||
}
|
||||
this.contentDocumentChanged();
|
||||
this.deck.selectedPanel = aTab.browser;
|
||||
// Focus the browser so that things like selection will be styled correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user