Skip to content

qml: delay fade animation until the sizes are ready in FadingEdge

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/fadingedgetwitching into master

The animation should be activated only when are ready. In other words, initial size adjustment should not trigger animation.

Crucial for fixing the twitching between the player and the main view.

Merge request reports