From: 김재환 <jae.hwan.kim@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 10:13:40 +0000 (10:13 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 10:13:40 +0000 (10:13 +0000)
commitf333eb4c112cc55a43b6de8ea4e189866669e2d3
treed74d2025a5c68bf914f9f3164806d25a13e30318
parent395d22766fb270ce28b9c36f7637212308bcfca7
From: 김재환 <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller - Cannot click even if it
reach to end

I have another issue in scroller when the bounce is off.
Scroller cannot be clicked even if it reach to edge and animation is
end.
The reason is why the momentum animation is running even if it reach
end and bounce animation is off.
So I change the code that if it reach the edge in case of bounce-off,
the momentum animation is stoped.
The following is the patch code.

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