dispatch children_update

This commit is contained in:
Nishi 2025-12-28 17:41:11 +09:00
commit 0ca7f6ed8a
Signed by: nishi
GPG key ID: 27EF69B208EB9343

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;