mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
Fixed bug with status bar (missing refresh) when closing a buffer
This commit is contained in:
@@ -545,6 +545,8 @@ gui_buffer_free (t_gui_buffer *buffer, int switch_to_another)
|
||||
if (!gui_buffers && create_new && switch_to_another)
|
||||
(void) gui_buffer_new (gui_windows, NULL, NULL,
|
||||
BUFFER_TYPE_STANDARD, 1);
|
||||
|
||||
gui_status_draw (gui_current_window->buffer, 1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user