mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 18:36:21 +00:00
Set all inactive before tidy
This commit is contained in:
@@ -325,6 +325,10 @@ wins_tidy(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (tidy_required) {
|
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,
|
GHashTable *new_windows = g_hash_table_new_full(g_direct_hash,
|
||||||
g_direct_equal, NULL, (GDestroyNotify)win_free);
|
g_direct_equal, NULL, (GDestroyNotify)win_free);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user