diff --git a/shell/panelview.cpp b/shell/panelview.cpp --- a/shell/panelview.cpp +++ b/shell/panelview.cpp @@ -228,7 +228,6 @@ m_contentLength = value; resizePanel(); - emit m_corona->availableScreenRegionChanged(); } int PanelView::maximumLength() const @@ -708,6 +707,8 @@ m_shellSurface->setPosition(pos); } m_strutsTimer.start(STRUTSTIMERDELAY); + emit m_corona->availableScreenRegionChanged(); + PlasmaQuick::ContainmentView::resizeEvent(ev); }