sanghyeonlee pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5f7f59b3d8656613c0eaa27855dc3c0c643bfb8c

commit 5f7f59b3d8656613c0eaa27855dc3c0c643bfb8c
Author: SangHyeon Lee <sh10233....@samsung.com>
Date:   Thu Apr 28 15:58:38 2016 +0900

    Revert "genlist: scroll to item when calc is done"
    
    This reverts commit 87b12327c3356ac8233cb5a08260625221239153.
    
    This patch occurred some side effect.
    Need to fix the code without any side effect.
---
 src/lib/elementary/elm_genlist.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/elementary/elm_genlist.c b/src/lib/elementary/elm_genlist.c
index e71a2d5..2b5700c 100644
--- a/src/lib/elementary/elm_genlist.c
+++ b/src/lib/elementary/elm_genlist.c
@@ -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:

-- 


Reply via email to