mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-10 19:33:28 +00:00
dispatch children_update
This commit is contained in:
@@ -261,6 +261,8 @@ void MwDestroyWidget(MwWidget handle) {
|
|||||||
if(i == arrlen(handle->parent->destroy_queue)) {
|
if(i == arrlen(handle->parent->destroy_queue)) {
|
||||||
arrput(handle->parent->destroy_queue, handle);
|
arrput(handle->parent->destroy_queue, handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MwDispatch(handle->parent, children_update);
|
||||||
}
|
}
|
||||||
destroy_children(handle);
|
destroy_children(handle);
|
||||||
handle->destroyed = 1;
|
handle->destroyed = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user