internal: damage window on change group

This commit is contained in:
vaxerski 2023-06-14 19:44:51 +02:00
parent 0f1911a8d4
commit c4dec4f796

View file

@ -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) {