Dans son message intitulé « E SVN: raster trunk/e/src/bin » du Wed, 10
Sep 2008 20:37:06 -0700, [EMAIL PROTECTED] nous a donné
l'occasion de lire :

> Author:       raster
> Date:         2008-09-10 20:37:06 -0700 (Wed, 10 Sep 2008)
> New Revision: 35940
> 
> Modified:
>   trunk/e/src/bin/e_scrollframe.c 
> Log:
> 
> simplify thumbscroll a little.
[snip]

 Seems part of the patch was lost somewhere... Here it is.

 Cheers!
Index: trunk/e/src/bin/e_scrollframe.c
===================================================================
--- trunk/e/src/bin/e_scrollframe.c	(revision 35941)
+++ trunk/e/src/bin/e_scrollframe.c	(working copy)
@@ -675,6 +675,8 @@
    x = vx * (double)mx;
    y = vy * (double)my;
    sd->pan_func.set(sd->pan_obj, x, y);
+   if ((e_config->thumbscroll_enable) && (sd->down.now) && (!sd->down.dragged))
+     sd->down.now = 0;
 }
 
 static void

Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to