Skip to content

🍒 kcm/VolumeSlider: fix scroll

Yifan Zhu requested to merge work/cherry-pick-661f40d7 into Plasma/6.0

stepSize was not set to disable tickmarks. However scrolling also depends on stepSize. qqc2-desktop-stlye implements scrolling via increase()/descrease() functions, which default to steps of 0.1 when stepSize is not set.

Override them to get scrolling working without setting stepSize.

BUG: 459639 CCBUG: 409325 FIXED-IN: 6.0

(cherry picked from commit 661f40d7)

Merge request reports