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:
@@ -688,8 +688,8 @@ fill_scroll_event (GdkMacosDisplay *self,
|
||||
NULL,
|
||||
get_time_from_ns_event (nsevent),
|
||||
state,
|
||||
dx,
|
||||
dy,
|
||||
-dx * 32,
|
||||
-dy * 32,
|
||||
FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user