From 90e0a7b16529c30631f11d0fc5d8474175345d6c Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Thu, 26 Apr 2018 17:48:29 +0200 Subject: [PATCH] [Image Wallpaper] Fix auto transform for blurred fill This ensure the blur has the same exif rotation as the main image BUG: 393498 FIXED-IN: 5.12.5 --- wallpapers/image/imagepackage/contents/ui/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wallpapers/image/imagepackage/contents/ui/main.qml b/wallpapers/image/imagepackage/contents/ui/main.qml index 586600f1a..a063fa56f 100644 --- a/wallpapers/image/imagepackage/contents/ui/main.qml +++ b/wallpapers/image/imagepackage/contents/ui/main.qml @@ -264,6 +264,7 @@ Item { cache: false fillMode: Image.PreserveAspectCrop source: imageA.source + autoTransform: true z: -1 } @@ -285,6 +286,7 @@ Item { cache: false fillMode: Image.PreserveAspectCrop source: imageB.source + autoTransform: true z: -1 }