layout: set pseudo to float size in new window

This commit is contained in:
vaxerski 2023-06-30 11:29:02 +02:00
parent 64fc19cc81
commit e96fcb31f0

View file

@ -16,6 +16,8 @@ void IHyprLayout::onWindowCreated(CWindow* pWindow) {
pWindow->m_vLastFloatingSize = Vector2D(desiredGeometry.width, desiredGeometry.height); pWindow->m_vLastFloatingSize = Vector2D(desiredGeometry.width, desiredGeometry.height);
} }
pWindow->m_vPseudoSize = pWindow->m_vLastFloatingSize;
onWindowCreatedTiling(pWindow); onWindowCreatedTiling(pWindow);
} }
} }