Moved status_bar_resize

This commit is contained in:
James Booth
2014-07-18 23:17:42 +01:00
parent 32527eb766
commit 60afe66042
2 changed files with 4 additions and 3 deletions

View File

@@ -191,8 +191,8 @@ _ui_resize(const int ch, const char * const input, const int size)
{
log_info("Resizing UI");
title_bar_resize();
status_bar_resize();
wins_resize_all();
status_bar_resize();
inp_win_resize(input, size);
ProfWin *window = wins_get_current();
win_update_virtual(window);