genlist: scroll to item when calc is done
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 19 Apr 2016 04:59:59 +0000 (13:59 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Tue, 19 Apr 2016 05:00:42 +0000 (14:00 +0900)
commit87b12327c3356ac8233cb5a08260625221239153
tree57c5080a7048348a1993e29ca4b338d5f6fdc9a9
parent3f17d0d090b98cb1b60526da4eadf754d54c052c
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.

Test Plan:
1. Uncompress attached file
2. make
3. ./test

Reviewers: cedric, SanghyeonLee

Reviewed By: SanghyeonLee

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D3861
src/lib/elementary/elm_genlist.c