mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 05:05:59 +01:00
unset hidden at grouped remove
This commit is contained in:
parent
40622a9e60
commit
cd6640e890
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ void IHyprLayout::onWindowRemoved(CWindow* pWindow) {
|
||||||
if (pWindow == m_pLastTiledWindow)
|
if (pWindow == m_pLastTiledWindow)
|
||||||
m_pLastTiledWindow = nullptr;
|
m_pLastTiledWindow = nullptr;
|
||||||
|
|
||||||
|
pWindow->setHidden(false);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue