Add missing dialog_clear() calls.
This commit is contained in:
parent
9291266f0c
commit
14ae3a02bd
@ -342,6 +342,7 @@ draw:
|
||||
else if (st & DITEM_RECREATE) {
|
||||
delwin(list);
|
||||
delwin(dialog);
|
||||
dialog_clear();
|
||||
goto draw;
|
||||
}
|
||||
}
|
||||
|
@ -395,6 +395,7 @@ draw:
|
||||
else if (status & DITEM_RECREATE && !(status & DITEM_LEAVE_MENU)) {
|
||||
delwin(menu);
|
||||
delwin(dialog);
|
||||
dialog_clear();
|
||||
goto draw;
|
||||
}
|
||||
}
|
||||
|
@ -347,6 +347,7 @@ draw:
|
||||
else if (st & DITEM_RECREATE) {
|
||||
delwin(list);
|
||||
delwin(dialog);
|
||||
dialog_clear();
|
||||
goto draw;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user