monitor: update fullscreen fade on workspace change

This commit is contained in:
vaxerski 2023-04-30 01:12:20 +01:00
parent b7e69be51e
commit 3580f845e6

View file

@ -538,6 +538,8 @@ void CMonitor::changeWorkspace(CWorkspace* const pWorkspace, bool internal) {
}
g_pHyprRenderer->damageMonitor(this);
g_pCompositor->updateFullscreenFadeOnWorkspace(pWorkspace);
}
void CMonitor::changeWorkspace(const int& id, bool internal) {