diff --git a/shell/panelshadows.cpp b/shell/panelshadows.cpp index cdd4fdb64..f58de77c0 100644 --- a/shell/panelshadows.cpp +++ b/shell/panelshadows.cpp @@ -175,6 +175,7 @@ void PanelShadows::setEnabledBorders(const QWindow *window, Plasma::FrameSvg::En return; } + d->m_windows[window] = enabledBorders; d->updateShadow(window, enabledBorders); }