mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 597036 - "Find in page does not display results on screen when page is zoomed" [r=mark.finkle]
This commit is contained in:
parent
7d33e9f413
commit
02d412e6cc
@ -849,7 +849,7 @@
|
||||
|
||||
switch (aMessage.name) {
|
||||
case "scroll":
|
||||
if (!this.scrollSync)
|
||||
if (!self.scrollSync)
|
||||
return;
|
||||
|
||||
// When CSS scroll offset changes, we must redefine our cache viewport because
|
||||
|
Loading…
Reference in New Issue
Block a user