It is 0 and 1. Daniel Juyung Seo (SeoZ) On Dec 6, 2012 8:46 PM, "Gustavo Sverzut Barbieri" <barbi...@profusion.mobi> wrote:
> Not? Isn't it 1 or -1, not 1 and 0? > > On Thursday, December 6, 2012, Enlightenment SVN wrote: > > > Log: > > elm elm_interface_scrollable.c: Fixed wheel scroll direction with shift. > > > > Author: seoz > > Date: 2012-12-06 00:25:53 -0800 (Thu, 06 Dec 2012) > > New Revision: 80312 > > Trac: http://trac.enlightenment.org/e/changeset/80312 > > > > Modified: > > trunk/elementary/src/lib/elm_interface_scrollable.c > > > > Modified: trunk/elementary/src/lib/elm_interface_scrollable.c > > =================================================================== > > --- trunk/elementary/src/lib/elm_interface_scrollable.c 2012-12-06 > > 08:25:47 UTC (rev 80311) > > +++ trunk/elementary/src/lib/elm_interface_scrollable.c 2012-12-06 > > 08:25:53 UTC (rev 80312) > > @@ -1723,7 +1723,7 @@ > > (evas_key_modifier_is_set(ev->modifiers, "Super"))) > > return; > > else if (evas_key_modifier_is_set(ev->modifiers, "Shift")) > > - direction = 1; > > + direction = !direction; > > eo_do(sid->obj, elm_scrollable_interface_content_pos_get(&x, &y)); > > if ((sid->down.bounce_x_animator) || (sid->down.bounce_y_animator) || > > (sid->scrollto.x.animator) || (sid->scrollto.y.animator)) > > > > > > > > > ------------------------------------------------------------------------------ > > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > > Remotely access PCs and mobile devices and provide instant support > > Improve your efficiency, and focus on delivering more value-add services > > Discover what IT Professionals Know. Rescue delivers > > http://p.sf.net/sfu/logmein_12329d2d > > _______________________________________________ > > enlightenment-svn mailing list > > enlightenment-...@lists.sourceforge.net <javascript:;> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > > -- > Gustavo Sverzut Barbieri > http://profusion.mobi embedded systems > -------------------------------------- > MSN: barbi...@gmail.com > Skype: gsbarbieri > Mobile: +55 (19) 9225-2202 > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel