Fix playback speed buttons when speed is < 0.25
1 unresolved thread
1 unresolved thread
Fixes #3103 (closed)
Merge request reports
Activity
Filter activity
changed milestone to %3.6.x
requested review from @Skantes
I disagree with the fix here. The issue is that the minimum value displayed is 0.25 but the seek bar can go lower.
With this fix, the user can go down to
rate == 0.13
, but the seek bar's lower bound is still displayed as 0.25.The value
rate < 0.25
should also be checked in the onProgressChanged of the seek bar change listener, or the actual lower bound of the seek bar should be updated. At 0.25, the bar looks like this :
added 1 commit
- 32175bf5 - Fix playback speed buttons when speed is < 0.25
enabled an automatic merge when all merge checks for 5d76c6f5 pass