diff --git a/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml b/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml --- a/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml +++ b/wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml @@ -35,6 +35,11 @@ hoverEnabled: true + GridView.onIsCurrentItemChanged: { + if (GridView.isCurrentItem) { + cfg_Image = model.path + } + } //note: this *doesn't* use system colors since it represent a //skeymorphic photograph rather than a widget @@ -200,7 +205,6 @@ onClicked: { wallpapersGrid.currentIndex = index wallpapersGrid.forceActiveFocus(); - cfg_Image = model.path } onExited: Tooltip.hideText()