Skip to content
Snippets Groups Projects
Forked from Simon Latapie / VLC
Loading
Romain Vimont's avatar
Romain Vimont authored
A slider value change is ignored if the new value is the same as the
last one.

However, the last value was not updated on manual slider move, so its
value remained 0 (speed 2^0 == 1). As a consequence, any slider "move
to 1.0x" event was ignored.

Update the last value on slider move to fix the problem.

Fixes #20170

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
6598b2c4
Name Last commit Last update