On Tue, 20 Sep 2011 09:08:38 +0000 (GMT) Jaehwan Kim <[email protected]>
said:

> 
> Dear all
> 
> I found the bouncing of the scroller doesn't work in specific case.
> When the scroller is scrolled but the animation doesn't occur,
> sd->down.dy is not changed. Then in elm_smart_scroller_child_pos_set,
> it's possible not to pass the below conditional sentence even if it
> have to has the bounce.
> 
> if (((y < miny) && (0 <= sd->down.dy)) ||
> ((y > (my + miny)) && (0 >= sd->down.dy)))
> 
> So I reset the value sd->down.dx and sd->down.dy to 0 when mouse is up.
> Please check patch file.

checked! in svn it goes.. its a really small patch either way :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to