Skip to content

qml: prevent repetitive image loading due to size changes in ScaledImage

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

This is an optimization because we do not want the Image to load an image multiple times until the source size is finalized, just to discard the loaded images.

Review request @chub.

Merge request reports