decos: recalc on add

This commit is contained in:
vaxerski
2023-05-23 14:26:38 +02:00
parent 799add8659
commit eb1f832fce
4 changed files with 11 additions and 1 deletions

View File

@@ -316,6 +316,8 @@ void CHyprDwindleLayout::onWindowCreatedTiling(CWindow* pWindow) {
OPENINGON->pWindow->insertWindowToGroup(pWindow);
pWindow->m_dWindowDecorations.emplace_back(std::make_unique<CHyprGroupBarDecoration>(pWindow));
pWindow->updateWindowDecos();
recalculateWindow(pWindow);
return;
}