mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 639819 - Update displayport on refresh [r=vingtetun, a=blocking]
This commit is contained in:
parent
7cbcac7b78
commit
b0c42e4dc7
@ -2682,6 +2682,10 @@ Tab.prototype = {
|
||||
// and this call ensure we render it correctly.
|
||||
browser.getRootView()._updateCacheViewport();
|
||||
}
|
||||
} else {
|
||||
// if we are reloading, the page will retain its scale. if it is zoomed
|
||||
// we need to refresh the viewport so that we do not show checkerboard
|
||||
browser.getRootView()._updateCacheViewport();
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user