https://bugs.kde.org/show_bug.cgi?id=446909
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |21.12.1 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/mult | |imedia/elisa/commit/9e7cc16 | |a869c976a9e9cca0e62eb7949f2 | |b702ad --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 9e7cc16a869c976a9e9cca0e62eb7949f2b702ad by Nate Graham. Committed on 14/12/2021 at 20:08. Pushed by ngraham into branch 'release/21.12'. Fix volume slider scroll speed regression We stopped setting its `stepSize` property which caused the increase() and decrease() functions to scroll in increments of 0.1, which was 50x slower. This commit fixes that by using custom increase and decrease code to match the previous behavior. FIXED-IN: 21.12.1 M +9 -2 src/qml/VolumeSlider.qml https://invent.kde.org/multimedia/elisa/commit/9e7cc16a869c976a9e9cca0e62eb7949f2b702ad -- You are receiving this mail because: You are watching all bug changes.