mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 468143: fix scroll wheel zooming, r=stuart
This commit is contained in:
parent
9c9dc143ef
commit
75b01e7ad4
@ -631,7 +631,7 @@ ScrollwheelModule.prototype = {
|
||||
// UI panning events
|
||||
case "DOMMouseScroll":
|
||||
this._owner.grab(this);
|
||||
this.deckbrowser.zoom(aEvent.detail);
|
||||
Browser.content.zoom(aEvent.detail);
|
||||
this._owner.ungrab(this);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user