[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*
wilder-5.26
ivan tkachenko 4 years ago
parent b336ff83f0
commit 594bf27874
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 1
      applets/panelspacer/package/contents/ui/main.qml

@ -44,6 +44,7 @@ Item {
}
candidate = candidate.parent;
}
return null;
}
Component.onCompleted: {

Loading…
Cancel
Save