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

Add missing refresh of bar when changing size with command /set

This commit is contained in:
Sebastien Helleu
2009-06-20 23:13:21 +02:00
parent 95c03734cc
commit 911e29cf65
+2 -4
View File
@@ -970,10 +970,8 @@ gui_bar_config_change_size (void *data, struct t_config_option *option)
(void) data;
ptr_bar = gui_bar_search_with_option_name (option->name);
if (ptr_bar)
{
}
if (ptr_bar && !CONFIG_BOOLEAN(ptr_bar->options[GUI_BAR_OPTION_HIDDEN]))
gui_bar_refresh (ptr_bar);
}
/*