Fix self-noding in changeWindowFloatingMode

This commit is contained in:
vaxerski 2022-10-19 21:32:30 +01:00
parent 8ffd244ef6
commit da8be82c9a
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,9 @@ void IHyprLayout::changeWindowFloatingMode(CWindow* pWindow) {
pWindow->m_vLastFloatingSize = PSAVEDSIZE;
// move to narnia because we don't wanna find our own node. onWindowCreatedTiling should apply the coords back.
pWindow->m_vPosition = Vector2D(-999999, -999999);
onWindowCreatedTiling(pWindow);
pWindow->m_vRealPosition.setValue(PSAVEDPOS);