display: wipe the status bar when doing a total refresh
This fixes https://savannah.gnu.org/bugs/?52997.master
parent
e11021a7a5
commit
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue