Commit 58ed3a81 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

display: wipe the status bar when doing a total refresh

This fixes https://savannah.gnu.org/bugs/?52997.
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -3301,6 +3301,7 @@ void total_refresh(void)
#endif
if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR)
edit_refresh();
wipe_statusbar();
bottombars(currmenu);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment