https://bugs.kde.org/show_bug.cgi?id=479028
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pa/-/commit/50fe4 | |f1f9ba1805c69c558d8c3c05af4 | |33087623 Status|ASSIGNED |RESOLVED --- Comment #10 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 50fe4f1f9ba1805c69c558d8c3c05af433087623 by Fushan Wen, on behalf of Yifan Zhu. Committed on 13/02/2024 at 01:17. Pushed by fanzhuyifan into branch 'master'. applet: fix unable to finetune slider The internal value of a slider always changes by multiples of stepSize, regardless of the value of snapMode, so setting snapMode does not work. Instead, implement custom wheel event handling. Also fixes horizontal scrolling behavior when invert scroll direction is disabled. This commit borrows from Slider.qml and 5d6d74ef68889da7400cb2a16a73527f1927424d in qqc2-desktop-style. M +4 -1 applet/contents/ui/ListItemBase.qml M +33 -0 applet/contents/ui/VolumeSlider.qml https://invent.kde.org/plasma/plasma-pa/-/commit/50fe4f1f9ba1805c69c558d8c3c05af433087623 -- You are receiving this mail because: You are watching all bug changes.