← Back to team overview

kicad-developers team mailing list archive

Re: Re: OSX: pcbnew with CORE_GRAPHICS.

 

Dear m.serantoni:

I have committed patch for a more general version of this alpha concept. Hopefully it will work OK when compiled with:

#if defined(__WXMAC__) && wxMAC_USE_CORE_GRAPHICS


Note that wxGtk 2.8.4 does not support alpha at this time so I was unable to test its look and feel. But the code has as few

#if defined(__WXMAC__) && wxMAC_USE_CORE_GRAPHICS


as possible. There is only one in fact, in gr_basic.cpp.

The degree of alpha for a track is set in the track drawing code, since that is a track specific decision.

Dick


I've added a "basic" transparency support to compensate the missing of the wxOR :)
Could you try to get a look ?


Index: common/gr_basic.cpp
=======================================================









Follow ups

References