You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
560 B
17 lines
560 B
--== notes about wxWidgets problems ==--
|
|
Last Revised: 28-dec-2015
|
|
|
|
Kicad needs wxWidgets, the multi platform G.U.I toolkit.
|
|
|
|
use *only* wxWidgets >= 3.0.2
|
|
|
|
Known bug on Windows:
|
|
Postscript printers print tracks like thin line.
|
|
It happens only for PS drivers, and PDF printer.
|
|
Other drivers (PCL for instance) work fine,
|
|
so it is unlikely a bug inside Kicad/wxWidgets
|
|
|
|
Window version :
|
|
The mirror mode gives a blank sheet.
|
|
This is a bug in wxWidgets 3.0.2
|
|
wxWidgets 3.0.2 must be patched (see patches/wxWidgets-3.0.2-msw-dc-orientation-fix.patch) and rebuilt.
|