display: wipe the status bar when doing a total refresh

This fixes https://savannah.gnu.org/bugs/?52997.
master
Benno Schulenberg 2018-01-28 21:08:28 +01:00
parent e11021a7a5
commit 58ed3a8152
1 changed files with 1 additions and 0 deletions

View File

@ -3301,6 +3301,7 @@ void total_refresh(void)
#endif
if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR)
edit_refresh();
wipe_statusbar();
bottombars(currmenu);
}