mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-01 18:55:02 +03:00
internal: damage window on change group
This commit is contained in:
parent
0f1911a8d4
commit
c4dec4f796
@ -630,6 +630,8 @@ void CWindow::setGroupCurrent(CWindow* pWindow) {
|
||||
|
||||
if (FULLSCREEN)
|
||||
g_pCompositor->setWindowFullscreen(pWindow, true, WORKSPACE->m_efFullscreenMode);
|
||||
|
||||
g_pHyprRenderer->damageWindow(pWindow);
|
||||
}
|
||||
|
||||
void CWindow::insertWindowToGroup(CWindow* pWindow) {
|
||||
|
Loading…
Reference in New Issue
Block a user