Skip to content

gtkscrolledwindow: Backport scroll speed from 4.7/main

Carlos Garnacho requested to merge wip/carlosg/scroll-speed-4-6 into gtk-4-6

Only the scroll velocity factor is backported here, the scroll unit event API is notably missing, so this implicitly applies to all smooth scroll events.

The number also accounts for the 1/10th factor applied in GDK, compared to the code in main.

Merge request reports