mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 21:25:59 +01:00
update groub decos (#2705)
This commit is contained in:
parent
f8def68e7e
commit
db2367bf33
1 changed files with 1 additions and 0 deletions
|
@ -2085,4 +2085,5 @@ void CKeybindManager::moveGroupWindow(std::string args) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
g_pCompositor->m_pLastWindow->switchWithWindowInGroup(BACK ? g_pCompositor->m_pLastWindow->getGroupPrevious() : g_pCompositor->m_pLastWindow->m_sGroupData.pNextWindow);
|
g_pCompositor->m_pLastWindow->switchWithWindowInGroup(BACK ? g_pCompositor->m_pLastWindow->getGroupPrevious() : g_pCompositor->m_pLastWindow->m_sGroupData.pNextWindow);
|
||||||
|
g_pCompositor->m_pLastWindow->updateWindowDecos();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue