mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
broadway: Set modifier state of scroll events
Set modifier state of scroll events, so Ctrl-scroll works. Fixes: #2733
This commit is contained in:
parent
fd52220b1b
commit
499e4b4c50
@ -185,7 +185,7 @@ _gdk_broadway_events_got_input (GdkDisplay *display,
|
||||
display_broadway->core_pointer,
|
||||
NULL,
|
||||
message->base.time,
|
||||
0,
|
||||
message->pointer.state,
|
||||
message->scroll.dir == 0
|
||||
? GDK_SCROLL_UP
|
||||
: GDK_SCROLL_DOWN,
|
||||
|
Loading…
Reference in New Issue
Block a user