kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #19511
Re: [bpanak@xxxxxxxxx: kicad possible bug]
Le 29/07/2015 19:38, Chris Pavlina a écrit :
> Good point. Forwarded to the list.
>
> ----- Forwarded message from branislav panak <bpanak@xxxxxxxxx> -----
>
> Date: Wed, 29 Jul 2015 19:33:45 +0200
> From: branislav panak <bpanak@xxxxxxxxx>
> To: Pavlina.Chris@xxxxxxxxx
> Subject: kicad possible bug
>
> Hi Chris, i saw you are very active in Kicad dev team, i just subscribed
> but was not approved yet.
> I think that i found possible bug in code in common/draw_panel.cpp
>
> #if wxMAJOR_VERSION >= 2 && wxMINOR_VERSION >= 9
> int axis = event.GetWheelAxis();
> #else
> const int axis = 0;
> #endif
>
I removed a few conditional compilations in rev 6014.
This bug already known, but not fixed, should be fixed in this rev.
Thanks
--
Jean-Pierre CHARRAS
Follow ups
References