diff --git a/effects/presentwindows/presentwindows.cpp b/effects/presentwindows/presentwindows.cpp index 16bc75766c..2ae0454087 100644 --- a/effects/presentwindows/presentwindows.cpp +++ b/effects/presentwindows/presentwindows.cpp @@ -504,7 +504,7 @@ void PresentWindowsEffect::slotWindowFrameGeometryChanged(EffectWindow* w, const return; if (!m_windowData.contains(w)) return; - rearrangeWindows(); + rearrangeWindows(); } bool PresentWindowsEffect::borderActivated(ElectricBorder border)