mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 06:18:05 +02:00
keybinds: fix missing z-order update on floating toggle (#14100)
This commit is contained in:
parent
e12d2b7cc8
commit
73f4807796
1 changed files with 3 additions and 0 deletions
|
|
@ -1034,6 +1034,9 @@ static SDispatchResult toggleActiveFloatingCore(std::string args, std::optional<
|
|||
|
||||
g_layoutManager->changeFloatingMode(PWINDOW->layoutTarget());
|
||||
|
||||
if (PWINDOW->m_isFloating)
|
||||
g_pCompositor->changeWindowZOrder(PWINDOW, true);
|
||||
|
||||
if (PWINDOW->m_workspace) {
|
||||
PWINDOW->m_workspace->updateWindows();
|
||||
PWINDOW->m_workspace->updateWindowData();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue