fix: mark parent dirty
This commit is contained in:
@@ -17,6 +17,7 @@ namespace frame::widgets
|
||||
|
||||
void ContainerWidget::setSlot(size_t slot, Widget::shared_ptr ptr)
|
||||
{
|
||||
ptr->setParent(this);
|
||||
widgets[slot] = ptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user