display: do not unnecessarily wipe the status bar
It would wipe the edit window if there is just one row. This fixes https://savannah.gnu.org/bugs/?59178. Bug existed since version 2.9.3.master
parent
2c41600957
commit
4a403ae00f
|
@ -3314,7 +3314,6 @@ void draw_all_subwindows(void)
|
|||
#endif
|
||||
if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR)
|
||||
edit_refresh();
|
||||
wipe_statusbar();
|
||||
bottombars(currmenu);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue