Le 29/07/2015 19:38, Chris Pavlina a écrit : > Good point. Forwarded to the list. > > ----- Forwarded message from branislav panak <[email protected]> ----- > > Date: Wed, 29 Jul 2015 19:33:45 +0200 > From: branislav panak <[email protected]> > To: [email protected] > 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 _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

