https://bugs.kde.org/show_bug.cgi?id=451864

--- Comment #2 from The Feren OS Dev <ferenos...@outlook.com> ---
Additionally, the diff for the panelspacer.cpp crash fix:

diff --git a/applets/panelspacer/plugin/panelspacer.cpp
b/applets/panelspacer/plugin/panelspacer.cpp
index 0753815f40..66c56781db 100644
--- a/applets/panelspacer/plugin/panelspacer.cpp
+++ b/applets/panelspacer/plugin/panelspacer.cpp
@@ -123,6 +123,7 @@ PlasmaQuick::AppletQuickItem *PanelSpacer::twinSpacer()
const

 PlasmaQuick::AppletQuickItem *PanelSpacer::containmentGraphicObject() const
 {
+    if (!containment()) return nullptr;
     return
containment()->property("_plasma_graphicObject").value<PlasmaQuick::AppletQuickItem
*>();
 }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to