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…
Add table
Add a link
Reference in a new issue