layout: recalc window on dynamic rule update

This commit is contained in:
vaxerski 2023-07-18 00:11:43 +02:00
parent 2c7b2ad6ca
commit 7f47655f60
1 changed files with 2 additions and 0 deletions

View File

@ -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