dispatch children_update

This commit is contained in:
NishiOwO
2025-12-28 17:41:11 +09:00
parent e895e96941
commit 0ca7f6ed8a

View File

@@ -261,6 +261,8 @@ void MwDestroyWidget(MwWidget handle) {
if(i == arrlen(handle->parent->destroy_queue)) {
arrput(handle->parent->destroy_queue, handle);
}
MwDispatch(handle->parent, children_update);
}
destroy_children(handle);
handle->destroyed = 1;