1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

Fix refresh of bars when switching active buffer

This commit is contained in:
Sebastien Helleu
2008-10-11 16:17:43 +02:00
parent cd008a1b5c
commit f6073c8076
+7
View File
@@ -253,6 +253,13 @@ gui_main_loop ()
}
else
{
/* refresh bars if needed */
for (ptr_bar = gui_bars; ptr_bar; ptr_bar = ptr_bar->next_bar)
{
if (ptr_bar->bar_refresh_needed)
gui_bar_draw (ptr_bar);
}
for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
{
if (ptr_win->refresh_needed)