Skip to content

qml: don't run seekbar buffering animation when control is hidden

Pierre Lamot requested to merge chub/vlc:qml/disable-hidden-animation into master

the animation was running and forcing the scenegraph to render even when the seekbar (in the miniplayer) is hidden, this reduce CPU load when the application is idle.

Merge request reports