Skip to content

qml: fix resize artifacts with FadingEdgeListView

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-round-playlist-width into master

Neither QSGLayer nor QQuickOpenGLFramebufferObject support floating point size.

If this is not done, in the end the texture might get scaled by 1px, when source size remains under x.5.

Merge request reports