display: wipe the status bar when doing a total refresh
This fixes https://savannah.gnu.org/bugs/?52997.
Этот коммит содержится в:
родитель
e11021a7a5
Коммит
58ed3a8152
@ -3301,6 +3301,7 @@ void total_refresh(void)
|
|||||||
#endif
|
#endif
|
||||||
if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR)
|
if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR)
|
||||||
edit_refresh();
|
edit_refresh();
|
||||||
|
wipe_statusbar();
|
||||||
bottombars(currmenu);
|
bottombars(currmenu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user