qml: fix resize artifacts with FadingEdgeListView
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
.
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
.
VideoLAN code repository instance