Skip to content
Commit 9e7cc16a authored by Nate Graham's avatar Nate Graham
Browse files

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.

BUG: 446909
FIXED-IN: 21.12.1
parent 43f498f0
Pipeline #109958 passed with stage
in 17 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment