From db2367bf337460a502d44540241335e3b8e212fc Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:17:14 +0000 Subject: [PATCH] update groub decos (#2705) --- src/managers/KeybindManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index 800bf815..a3bac30e 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -2085,4 +2085,5 @@ void CKeybindManager::moveGroupWindow(std::string args) { return; g_pCompositor->m_pLastWindow->switchWithWindowInGroup(BACK ? g_pCompositor->m_pLastWindow->getGroupPrevious() : g_pCompositor->m_pLastWindow->m_sGroupData.pNextWindow); + g_pCompositor->m_pLastWindow->updateWindowDecos(); }