fix dwindle no gaps when only when dissolving a group
This commit is contained in:
parent
4b7d28d2cb
commit
4a8274e5f0
1 changed files with 6 additions and 0 deletions
|
|
@ -484,6 +484,12 @@ void CHyprDwindleLayout::onWindowRemovedTiling(CWindow* pWindow) {
|
||||||
PNEXT->pWindow->m_bHidden = false;
|
PNEXT->pWindow->m_bHidden = false;
|
||||||
|
|
||||||
m_lDwindleNodesData.remove(*PNODE);
|
m_lDwindleNodesData.remove(*PNODE);
|
||||||
|
|
||||||
|
if (!PNEXT->isGroupMember()) {
|
||||||
|
// means we dissolved the group
|
||||||
|
recalculateMonitor(PNEXT->pWindow->m_iMonitorID);
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue