2010-02-28 20:08:10 +00:00
|
|
|
--== notes about wxWidgets problems ==--
|
2015-07-02 12:51:27 +00:00
|
|
|
Last Revised: 02-jul-2015
|
2010-02-28 20:08:10 +00:00
|
|
|
|
2015-07-02 12:51:27 +00:00
|
|
|
Kicad needs wxWidgets, the multi platform G.U.I toolkit.
|
2010-02-28 20:08:10 +00:00
|
|
|
|
2015-07-02 12:51:27 +00:00
|
|
|
use *only* wxWidgets
|
|
|
|
>= 3.0.1 On Windows
|
|
|
|
>= 3.0.2 on Linux (prevision versions have bugs which crash Kicad)
|
|
|
|
>= 3.0.2 on OSX (which need patches: see patches/wxwidgets-3.0.0_macosx_xxx)
|
2014-03-14 07:37:04 +00:00
|
|
|
|
|
|
|
Known bug on Windows:
|
2015-07-03 08:15:37 +00:00
|
|
|
Postscript printers print tracks like thin line.
|
2014-03-14 07:37:04 +00:00
|
|
|
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
|
|
|
|
|
2015-07-03 08:15:37 +00:00
|
|
|
On 3.0.2 Window version 64 bits:
|
|
|
|
The mirror mode gives a blank sheet.
|
|
|
|
This is a bug in wxWidgets 3.0.2
|
2015-07-02 12:51:27 +00:00
|
|
|
wxWidgets 3.0.2 must be patched (see patches/wxWidgets-3.0.2-msw-dc-orientation-fix.patch) and rebuilt.
|