ui: make sure we bring the item into view.

This commit is contained in:
Alastair Poole 2018-06-06 19:22:38 +01:00
parent 576e86824e
commit da8dde89fe
1 changed files with 1 additions and 0 deletions

View File

@ -626,6 +626,7 @@ _process_panel_update(void *data)
if (pid && *pid == ui->selected_pid) if (pid && *pid == ui->selected_pid)
{ {
elm_list_item_selected_set(it, EINA_TRUE); elm_list_item_selected_set(it, EINA_TRUE);
elm_list_item_bring_in(it);
break; break;
} }
} }