bugfix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-04 12:42:47 +09:00
commit c43c497780
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -1049,6 +1049,8 @@ void MwReparent(MwWidget handle, MwWidget new_parent) {
MwDispatch(handle->parent, children_update);
}
handle->top_step = 0;
MwForceRender(handle);
}