From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
authorJae Hwan Kim <jae.hwan.kim@samsung.com>
Tue, 7 Dec 2010 05:18:01 +0000 (05:18 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 7 Dec 2010 05:18:01 +0000 (05:18 +0000)
commitecf5dd8b2a79343e0be9df46d3ba75a738f234e2
tree3512f5f8978f30e928b1d5b26ca3e6d861a8406e
parente7c053acd7092ca549e3e0ecad4d3eb4f14046fa
From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: Re: [E-devel] [PATCH] els_scroller

els_scroller has some problems.

First, when the function "elm_scroller_page_size_set" is used and the
scroller is bounced,
the signal "scroll,anim,stop" is not called.

Second, the signal "scroll,anim,stop" is called at the time
"ELM_THUMBSCROLL_FRICTION",
even if the animation of scroller end before the time.

So I changed the code "els_scroller.c".
Patch code is the following.

SVN revision: 55341
src/lib/els_scroller.c