1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

fset: fix refresh of buffer after changing option when the buffer is scrolled

This commit is contained in:
Sébastien Helleu
2017-05-31 23:30:24 +02:00
parent b50e5d016f
commit 2671a72da3
+1 -1
View File
@@ -928,7 +928,7 @@ fset_option_config_cb (const void *pointer,
}
}
fset_option_set_max_length_fields_all ();
fset_buffer_refresh (1);
fset_buffer_refresh (0);
}
return WEECHAT_RC_OK;