elm_genlist: prepare items before realising them

Summary: Depends on D6339

Reviewers: ManMower, devilhorns, zmike, stephenmhouston

Reviewed By: zmike

Subscribers: Hermet, cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6340
This commit is contained in:
Marcel Hollerbach 2018-06-29 11:33:18 -04:00 committed by Mike Blumenkrantz
parent f115d878a0
commit 38656301b6
1 changed files with 3 additions and 0 deletions

View File

@ -4689,6 +4689,9 @@ _queue_process(Elm_Genlist_Data *sd)
double t0, t;
t0 = ecore_time_get();
if (sd->queue) efl_ui_focus_composition_prepare(sd->obj);
for (n = 0; (sd->queue) && (n < ITEM_QUEUE_MAX); n++)
{
Elm_Gen_Item *it;