Revert "genlist: scroll to item when calc is done"

This reverts commit 87b12327c3.

This patch occurred some side effect.
Need to fix the code without any side effect.
This commit is contained in:
SangHyeon Lee 2016-04-28 15:58:38 +09:00
parent 3749fed463
commit 5f7f59b3d8
1 changed files with 0 additions and 3 deletions

View File

@ -583,9 +583,6 @@ _item_scroll(Elm_Genlist_Data *sd)
dw = it->item->block->w;
dh = oh;
// hold on scrolling to item until block size calculation is finished.
if (dw < 1) return;
switch (sd->scroll_to_type)
{
case ELM_GENLIST_ITEM_SCROLLTO_TOP: