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

probably does not work for for 3.xx versions of wx, possible correction
follows
#if (wxMAJOR_VERSION == 2 && wxMINOR_VERSION >= 9) || wxMAJOR_VERSION > 2

i am new in this board and can not submit to dev team mailing list yet so
if you see this relevant please feel free to submit it.

regards

Brano

----- End forwarded message -----

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to