https://bugs.kde.org/show_bug.cgi?id=381000
--- Comment #11 from sparhawk <kdeb...@plast.id.au> --- Just to be explicit, these were the changes I made. --- main.qml.orig 2017-06-09 23:12:07.378217321 +1000 +++ main.qml 2017-06-09 23:14:15.277940978 +1000 @@ -213,7 +213,7 @@ id: imageA anchors.fill: parent asynchronous: true - cache: false + cache: true fillMode: wallpaper.configuration.FillMode autoTransform: true //new API in Qt 5.5, do not backport into Plasma 5.4. } @@ -221,7 +221,7 @@ id: imageB anchors.fill: parent asynchronous: true - cache: false + cache: true fillMode: wallpaper.configuration.FillMode autoTransform: true //new API in Qt 5.5, do not backport into Plasma 5.4. } -- You are receiving this mail because: You are watching all bug changes.