From: Jaehwan Kim <jae.hwan.kim@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 May 2011 09:22:50 +0000 (09:22 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 May 2011 09:22:50 +0000 (09:22 +0000)
commit977e8163987cc623caf959c61459d97c1a765891
tree09aa35648f55492324f02fd4a4ba814a325a2643
parentebb54dd02572cc85b1190e951637a83978e5efeb
From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller bug patch.

I and Seoz found some problem about
_elm_smart_scroller_wanted_region_set in els_scroller.
While genlist items are appended, momentum animation in scroller
cannot operate.
It's why _elm_smart_Scroller_wanted_region_set is called continually.
It's the problem which Seoz told you. and I fixed this problem.
Please check the attached patch file.

If you want to check the problem.
Set the "Thumb scroll friction" in elementary_config to 2~3.
Change the file "test_genlist.c" in elementary/src/bin like below.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59105 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/els_scroller.c