cl: fix autoscroll with new scrollbar

This commit is contained in:
Kaian 2016-02-05 13:43:26 +01:00
parent e60432b452
commit f106a75710
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ call_list_draw_list(ui_t *ui)
// If autoscroll is enabled, select the last dialog
if (info->autoscroll) {
call_list_handle_key(ui, key_action_key(ACTION_END));
call_list_move(ui, vector_count(info->dcalls));
}
// If no active call, use the fist one (if exists)