fset: fix columns size after changing an option
This commit is contained in:
parent
48aefca89d
commit
4c65f2b648
@ -784,12 +784,11 @@ fset_option_config_cb (const void *pointer,
|
|||||||
{
|
{
|
||||||
ptr_option = weechat_config_get (ptr_fset_option->name);
|
ptr_option = weechat_config_get (ptr_fset_option->name);
|
||||||
if (ptr_option)
|
if (ptr_option)
|
||||||
{
|
|
||||||
fset_option_set_values (ptr_fset_option, ptr_option);
|
fset_option_set_values (ptr_fset_option, ptr_option);
|
||||||
fset_buffer_display_line (line, ptr_fset_option);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fset_option_set_max_length_fields_all ();
|
||||||
|
fset_buffer_refresh (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return WEECHAT_RC_OK;
|
return WEECHAT_RC_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user