mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 23:51:55 -07:00
layout: recalc window on dynamic rule update
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user