mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 15:05:58 +01:00
internal: update fullscreen fade on workspace move
This commit is contained in:
parent
247ff4e60d
commit
e195a51cd4
1 changed files with 3 additions and 0 deletions
|
@ -1940,6 +1940,9 @@ void CCompositor::moveWorkspaceToMonitor(CWorkspace* pWorkspace, CMonitor* pMoni
|
|||
// finalize
|
||||
g_pLayoutManager->getCurrentLayout()->recalculateMonitor(POLDMON->ID);
|
||||
|
||||
updateFullscreenFadeOnWorkspace(pWorkspace);
|
||||
updateFullscreenFadeOnWorkspace(getWorkspaceByID(POLDMON->activeWorkspace));
|
||||
|
||||
g_pInputManager->refocus();
|
||||
|
||||
// event
|
||||
|
|
Loading…
Reference in a new issue