elm_genlist : Fix issues when item is enqueued
[platform/upstream/elementary.git] / src / lib / elm_genlist.c
index 6c178cd..b03ac03 100644 (file)
@@ -4810,7 +4810,7 @@ _queue_process(Elm_Genlist_Data *sd)
              if ((t - t0) > (ecore_animator_frametime_get())) break;
           }
      }
-   if (!sd->queue) _item_scroll(sd);
+
    return n;
 }