From e195a51cd4dd1cb15a04d9b67e3aec67199c5bea Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 24 Apr 2023 23:23:12 +0100 Subject: [PATCH] internal: update fullscreen fade on workspace move --- src/Compositor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Compositor.cpp b/src/Compositor.cpp index a28dcba31..a8764e0e3 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -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