diff --git a/src/core.c b/src/core.c index 0cf54e9..7248c62 100644 --- a/src/core.c +++ b/src/core.c @@ -1049,6 +1049,8 @@ void MwReparent(MwWidget handle, MwWidget new_parent) { MwDispatch(handle->parent, children_update); } + handle->top_step = 0; + MwForceRender(handle); }