fix: mark parent dirty

This commit is contained in:
Simon Hardt
2022-03-06 22:49:12 +01:00
parent 4c70f3440d
commit 9bb296f233
7 changed files with 11 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ namespace frame::widgets
void ContainerWidget::setSlot(size_t slot, Widget::shared_ptr ptr)
{
ptr->setParent(this);
widgets[slot] = ptr;
}