Merge branch 'mac-scrolling-fix' into 'main'

gdk: fix reversed and sluggish scrolling on MacOS

See merge request GNOME/gtk!4479
This commit is contained in:
Christian Hergert
2022-02-14 23:00:27 +00:00

View File

@@ -688,8 +688,8 @@ fill_scroll_event (GdkMacosDisplay *self,
NULL,
get_time_from_ns_event (nsevent),
state,
dx,
dy,
-dx * 32,
-dy * 32,
FALSE);
}
}