← Back to team overview

kicad-developers team mailing list archive

More OSX developer help

 

While I have some of you OSX console drivers at my disposal ;), I just
committed a patch that fixes the optimized grid drawing code and need some help
verifying that this works on OSX.  When someone with OSX gets some spare time
please change line 581 in drawpanel.cpp from:

#if ( defined( __WXMAC__ ) || 0 )

to:

#if 0

and rebuild.  Test the apps that use the grid to make sure the grid is drawn
correctly.  If this works on OSX, then the only other thing left to do is some
performance testing to figure out with grid drawing method yields the best
performance.  This should take care of all the drawing using wxDC for
coordinate translation.

Thanks again for the help.

Wayne



Follow ups