netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=aabfd7ad132e51d3d9b60fa40db597de59a6b0dc
commit aabfd7ad132e51d3d9b60fa40db597de59a6b0dc Author: Alastair Poole <nets...@gmail.com> Date: Fri Sep 4 22:42:33 2020 +0100 try now --- src/bin/ui/ui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/ui/ui.c b/src/bin/ui/ui.c index af474a3..74e847b 100644 --- a/src/bin/ui/ui.c +++ b/src/bin/ui/ui.c @@ -616,13 +616,12 @@ _process_list_feedback_cb(void *data, Ecore_Thread *thread EINA_UNUSED, proc_info_free(prev); elm_object_item_data_set(it, proc); + elm_genlist_item_update(it); it = elm_genlist_item_next_get(it); } } - elm_genlist_realized_items_update(ui->genlist_procs); - eina_lock_release(&_lock); } --