mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 23:45:58 +01:00
damage monitor on stack rotations
This commit is contained in:
parent
8ba4f34a7c
commit
df30f0519a
1 changed files with 3 additions and 0 deletions
|
@ -1082,6 +1082,9 @@ void CCompositor::moveWindowToTop(CWindow* pWindow) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (pw->m_bIsMapped)
|
||||
g_pHyprRenderer->damageMonitor(getMonitorFromID(pw->m_iMonitorID));
|
||||
};
|
||||
|
||||
moveToTop(pWindow);
|
||||
|
|
Loading…
Reference in a new issue