This commit is contained in:
parent
e7d9edec27
commit
11069552df
12 changed files with 50 additions and 15 deletions
|
|
@ -1049,9 +1049,9 @@ void MwReparent(MwWidget handle, MwWidget new_parent) {
|
|||
MwDispatch(handle->parent, children_update);
|
||||
}
|
||||
|
||||
if(new_parent == NULL){
|
||||
if(new_parent == NULL) {
|
||||
handle->top_step = 1;
|
||||
}else{
|
||||
} else {
|
||||
handle->top_step = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue