genlist: scroll to item when calc is done 64/66464/1
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 19 Apr 2016 05:03:47 +0000 (14:03 +0900)
committerJee-Yong Um <jc9.um@samsung.com>
Tue, 19 Apr 2016 05:11:28 +0000 (14:11 +0900)
commit267cb47490dff691e1ab71a814b6607985ee8593
tree048f6c73e92df6c88a72af2874df9b1d3f41a153
parentb2842f5a940d0344ea2f8bf0cdb06dae981f9726
genlist: scroll to item when calc is done

========================================================================
   genlist: scroll to item when calc is done

   Summary:
   If elm_genlist_item_bring_in() is called immediately after appending
   item, genlist will not scroll to the last one but stop in the middle.
   This patch blocks genlist from scrolling to not calculated item.

   Reviewers: cedric, SanghyeonLee

   Reviewed By: SanghyeonLee

   Subscribers: jpeg

   Differential Revision: https://phab.enlightenment.org/D3861
========================================================================

Change-Id: I4e9af177bce95fabe687bb41b470743a4b8abb1d
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
src/lib/elm_genlist.c