mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-22 23:49:49 +01:00
layout: set pseudo to float size in new window
This commit is contained in:
parent
64fc19cc81
commit
e96fcb31f0
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ void IHyprLayout::onWindowCreated(CWindow* pWindow) {
|
|||
pWindow->m_vLastFloatingSize = Vector2D(desiredGeometry.width, desiredGeometry.height);
|
||||
}
|
||||
|
||||
pWindow->m_vPseudoSize = pWindow->m_vLastFloatingSize;
|
||||
|
||||
onWindowCreatedTiling(pWindow);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue