From: Jaehwan Kim <jae.hwan.kim@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Aug 2011 05:20:59 +0000 (05:20 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Aug 2011 05:20:59 +0000 (05:20 +0000)
commitadce12707ceeef2e56fc65efe4fd90d9236b084c
tree3f29592873b3f9ae662ba1ec2b58b4da67859165
parent7954f5c69cf93e33887935efd73c046cb7cb39a6
From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist_clear

When items are added right after genlist clear, genlist is scrolled to the previous position.
If all item is deleted, the scroller have to locate 0, 0.
But scroller has wanted position to remembers the scrolled location.
So even if all item is deleted, it locate previous position.
Then I added elm_smart_scroller_child_region_show(wd->scr, 0, 0, 0, 0)
at the end of the elm_genlist_clear.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62778 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_genlist.c