From 594bf27874f48ba974afd837295189f8a6cc7153 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Wed, 24 Aug 2022 13:48:48 +0300 Subject: [PATCH] [applets/panelspacer] Fix warning when calculating panelLayout property /usr/share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml:39:5: Unable to assign [undefined] to QQuickGridLayout* --- applets/panelspacer/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/applets/panelspacer/package/contents/ui/main.qml b/applets/panelspacer/package/contents/ui/main.qml index 0d239d11f..007a6d009 100644 --- a/applets/panelspacer/package/contents/ui/main.qml +++ b/applets/panelspacer/package/contents/ui/main.qml @@ -44,6 +44,7 @@ Item { } candidate = candidate.parent; } + return null; } Component.onCompleted: {