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

Fixed refresh bug when changing config options if window is splited

This commit is contained in:
Sebastien Helleu
2006-11-19 08:18:59 +00:00
parent 0ea530127b
commit 7d5878e4d6
4 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -1127,8 +1127,7 @@ config_change_title ()
void
config_change_buffers ()
{
gui_window_switch_to_buffer (gui_current_window, gui_current_window->buffer);
gui_window_redraw_buffer (gui_current_window->buffer);
gui_window_refresh_windows ();
}
/*