mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
fix mfact not applying to addmaster (#1715)
Co-authored-by: Hill <hillyu@live.com>
This commit is contained in:
@@ -122,7 +122,8 @@ void CHyprMasterLayout::onWindowCreatedTiling(CWindow* pWindow) {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
PNODE->isMaster = false;
|
||||
PNODE->isMaster = false;
|
||||
PNODE->percMaster = lastSplitPercent;
|
||||
|
||||
// first, check if it isn't too big.
|
||||
if (const auto MAXSIZE = g_pXWaylandManager->getMaxSizeForWindow(pWindow);
|
||||
|
Reference in New Issue
Block a user