This commit is contained in:
parent
3eeace0963
commit
22fe52c4a3
2 changed files with 16 additions and 5 deletions
|
|
@ -815,6 +815,8 @@ void MwReparent(MwWidget handle, MwWidget new_parent) {
|
|||
arrput(new_parent->children, handle);
|
||||
|
||||
MwDispatch(handle->parent, children_update);
|
||||
|
||||
MwForceRender(handle);
|
||||
}
|
||||
|
||||
MwClass MwGetClass(MwWidget handle) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue