about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 8b7432fa..f834c76a 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -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);