diff --git a/shell/panelview.cpp b/shell/panelview.cpp index 5e994dead..13cf79b6d 100644 --- a/shell/panelview.cpp +++ b/shell/panelview.cpp @@ -1024,7 +1024,7 @@ void PanelView::themeChanged() void PanelView::containmentChanged() { - positionPanel(); + restore(); connect(containment(), SIGNAL(statusChanged(Plasma::Types::ItemStatus)), SLOT(statusChanged(Plasma::Types::ItemStatus))); connect(containment(), &Plasma::Applet::appletDeleted, this, [this] { //containment()->destroyed() is true only when the user deleted it