mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 23:25:57 +01:00
layout: recalc window on dynamic rule update
This commit is contained in:
parent
2c7b2ad6ca
commit
7f47655f60
1 changed files with 2 additions and 0 deletions
|
@ -546,6 +546,8 @@ void CWindow::updateDynamicRules() {
|
||||||
for (auto& r : WINDOWRULES) {
|
for (auto& r : WINDOWRULES) {
|
||||||
applyDynamicRule(r);
|
applyDynamicRule(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_pLayoutManager->getCurrentLayout()->recalculateWindow(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if the point is "hidden" under a rounded corner of the window
|
// check if the point is "hidden" under a rounded corner of the window
|
||||||
|
|
Loading…
Reference in a new issue