mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:05:58 +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) {
|
||||
applyDynamicRule(r);
|
||||
}
|
||||
|
||||
g_pLayoutManager->getCurrentLayout()->recalculateWindow(this);
|
||||
}
|
||||
|
||||
// check if the point is "hidden" under a rounded corner of the window
|
||||
|
|
Loading…
Reference in a new issue