Skip to content

[4.8.x] gdk/x11: Reset all scroll valuators on enter

Simon McVittie requested to merge cherry-pick-824e9833 into gtk-4-8

From: @carlosg

We no longer need to make much distinction between multiple logical devices, plus it breaks esp. with the Xwayland input device distribution. Just iterate across all devices and reset their scroll valuators.

Closes: #4160 (closed)

(cherry picked from commit 824e9833)


Fixes #4160 (closed) and its duplicate #5202 (closed), aka https://bugs.debian.org/1029972 and https://bugs.launchpad.net/ubuntu/+source/gtk4/+bug/1993594, in the 4.8.x branch.

Merge request reports