mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:05:58 +01:00
remember master width on master close
This commit is contained in:
parent
2daabfa0e9
commit
563835404f
1 changed files with 2 additions and 1 deletions
|
@ -148,6 +148,7 @@ void CHyprMasterLayout::onWindowRemovedTiling(CWindow* pWindow) {
|
||||||
for (auto& nd : m_lMasterNodesData) {
|
for (auto& nd : m_lMasterNodesData) {
|
||||||
if (!nd.isMaster && nd.workspaceID == PNODE->workspaceID) {
|
if (!nd.isMaster && nd.workspaceID == PNODE->workspaceID) {
|
||||||
nd.isMaster = true;
|
nd.isMaster = true;
|
||||||
|
nd.percMaster = PNODE->percMaster;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue