From 4bfb369d2fe8295f3da008558a5580b9282c0f3c Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 28 Aug 2013 23:23:46 +0100 Subject: Set all inactive before tidy --- src/ui/windows.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/windows.c b/src/ui/windows.c index 0bfb60a8..7b463ac1 100644 --- a/src/ui/windows.c +++ b/src/ui/windows.c @@ -325,6 +325,10 @@ wins_tidy(void) } if (tidy_required) { + int i = 0; + for (i = 0; i < 12; i++) { + status_bar_inactive(i); + } GHashTable *new_windows = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, (GDestroyNotify)win_free); -- cgit 1.4.1-2-gfad0