Re: [Geotools-devel] SWT MouseWheelEvents

2014-02-06 Thread andrea antonello
[...] > Merged. Btw, if you want, you have direct commit rights too Thanks a lot Andrea. Cheers, Andrea -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common

Re: [Geotools-devel] SWT MouseWheelEvents

2014-02-06 Thread Andrea Aime
On Fri, Feb 7, 2014 at 8:14 AM, andrea antonello wrote: > Hi Bastian, > it makes sense, I just created a pull request for this. > https://github.com/geotools/geotools/pull/359 Merged. Btw, if you want, you have direct commit rights too Cheers Andrea -- == Our support, Your Success! Visit htt

Re: [Geotools-devel] SWT MouseWheelEvents

2014-02-06 Thread andrea antonello
Hi Bastian, it makes sense, I just created a pull request for this. https://github.com/geotools/geotools/pull/359 Cheers, Andrea On Thu, Feb 6, 2014 at 3:21 PM, bastian winzen wrote: > Hi there, > would it be possible to change the constructor of > org.geotools.swt.event.MapMouseEvent > > p

[Geotools-devel] SWT MouseWheelEvents

2014-02-06 Thread bastian winzen
Hi there, would it be possible to change the constructor of org.geotools.swt.event.MapMouseEvent       public MapMouseEvent( SwtMapPane pane, MouseEvent event, boolean isWheel ) {     this.event = event;     isWheelEvent = isWheel;     if (!isWheel) {     wheelAmount = 0;