mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
fset: fix selected line after changing option fset.look.show_plugin_description
This commit is contained in:
@@ -121,7 +121,10 @@ fset_config_change_show_plugin_description_cb (const void *pointer, void *data,
|
||||
(void) option;
|
||||
|
||||
if (fset_buffer)
|
||||
{
|
||||
fset_buffer_selected_line = 0;
|
||||
fset_buffer_refresh (1);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user