https://bugs.kde.org/show_bug.cgi?id=464592
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/fec40b71631e |ma/kwin/commit/659cfcb4937f |d0e5104b92d53340764198d37c3 |36e3084478afcd0ac2518d53b3c |5 |d --- Comment #15 from Nate Graham <n...@kde.org> --- Git commit 659cfcb4937f36e3084478afcd0ac2518d53b3cd by Nate Graham. Committed on 29/03/2023 at 17:39. Pushed by ngraham into branch 'Plasma/5.27'. Revert "backends/libinput: don't multiply v120 value by scroll speed" This reverts commit 9cd52b4060d5db3c7b10340e78236b3c216567cb. This commit broke the adjustable scroll speed feature on Wayland. That feature may not have been implemented in the most technically ideal way, but simply breaking it and leaving the mouse KCM with UI control that does nothing isn't great. Besides, there was always a simple way to avoid any scroll-related regressions caused by this feature: reset the scroll speed to its default value, which internally is a multiplier of 1 and exercises the same codepath that 9cd52b40 imposes on everyone. We can come up with a better implementation for Plasma 6. FIXED-IN: 5.27.4 (cherry picked from commit fec40b71631ed0e5104b92d53340764198d37c35) M +1 -1 src/backends/libinput/events.cpp https://invent.kde.org/plasma/kwin/commit/659cfcb4937f36e3084478afcd0ac2518d53b3cd -- You are receiving this mail because: You are watching all bug changes.