Skip to content

qt: do not display the player control if it is not immediately clear that it can be displayed

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/controllayoutimprovements into master

Unlike visibility, this does not need to be delayed. This is useful to not display the control if in the first pass it should not be displayed.

For example, when the window has small width and the user switches pages, the controls do not appear just to disappear in the second pass, thanks to this.

Merge request reports

Loading