kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #01360
OSX: pcbnew with CORE_GRAPHICS.
I've found a way to let OSX draw correctly with pcbnew.
I've to admit to don't understand in a complete way why doesn't work correctly but works for
me.
Marius could you please try ?
(I'm using the last wxWindows-2.8 svn)
Index: tracepcb.cpp
=========================================================
==========
--- tracepcb.cpp (revision 958)
+++ tracepcb.cpp (working copy)
@@ -85,7 +85,7 @@
DrawPanel->DrawBackGround( DC );
- Trace_Pcb( DC, GR_OR );
+ Trace_Pcb( DC, GR_AND );
TraceWorkSheet( DC, GetScreen(), 0 );
Affiche_Status_Box();
Follow ups