dispatch children_update
This commit is contained in:
parent
e895e96941
commit
0ca7f6ed8a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue