mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 18:05:59 +01:00
layout: recalculate monitor instead of window in updateDynamicRules
This commit is contained in:
parent
7f47655f60
commit
4537860079
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ void CWindow::updateDynamicRules() {
|
|||
applyDynamicRule(r);
|
||||
}
|
||||
|
||||
g_pLayoutManager->getCurrentLayout()->recalculateWindow(this);
|
||||
g_pLayoutManager->getCurrentLayout()->recalculateMonitor(m_iMonitorID);
|
||||
}
|
||||
|
||||
// check if the point is "hidden" under a rounded corner of the window
|
||||
|
|
Loading…
Reference in a new issue