diff --git a/src/lib/elementary/elm_genlist.c b/src/lib/elementary/elm_genlist.c index 974cf7ea93..c6469d7456 100644 --- a/src/lib/elementary/elm_genlist.c +++ b/src/lib/elementary/elm_genlist.c @@ -4787,7 +4787,6 @@ _queue_process(Elm_Genlist_Data *sd) if ((t - t0) > (ecore_animator_frametime_get())) break; } } - if (!sd->queue) _item_scroll(sd); return n; }