Skip to content

qml: fix player seekbar position is not updated when hidden

Pierre Lamot requested to merge chub/vlc:qml/player_seekbar_update into master

Using Item for the FSM implementation had the drawback that when the seekbar was hidden, the FSM was disabled (enabled became false) by propagation

Merge request reports