diff --git a/src/Window.cpp b/src/Window.cpp index 7e7dce52..c4487de9 100644 --- a/src/Window.cpp +++ b/src/Window.cpp @@ -546,6 +546,8 @@ void CWindow::updateDynamicRules() { for (auto& r : WINDOWRULES) { applyDynamicRule(r); } + + g_pLayoutManager->getCurrentLayout()->recalculateWindow(this); } // check if the point is "hidden" under a rounded corner of the window