If the region_show or bring_in occurs during dragging the scroller and not happened...
authorjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jan 2012 04:48:52 +0000 (04:48 +0000)
committerjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jan 2012 04:48:52 +0000 (04:48 +0000)
commit3f9048d09d8bb064c59841f318e1433319c67e4f
tree8ae7038e7bec244ab8a146e08b2fcb4eb77d42b4
parent694f08e23bb5be97ba192ceefbdf8c453f3b4e8a
If the region_show or bring_in occurs during dragging the scroller and not happened mouse up event, it is scrolled to that position.
But if the dragging is continued, it returns current position. So I changed it is scrolled at that position.
And if mouse move event occurs while bring_in animation, the animation is stoped.

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