diff options
author | saurabhb17 | 2020-02-26 16:20:48 +0530 |
---|---|---|
committer | GitHub | 2020-02-26 16:20:48 +0530 |
commit | b77f5d9d8097c38159c6f60917995d6af13bbe1c (patch) | |
tree | 1392c90227aeea231c1d86371131e04c40382918 /Documentation/wxWidgets_patch_notes.txt | |
parent | dadc4d490966a24efe15b5cc533ef8695986048a (diff) | |
parent | 003d02608917e7a69d1a98438837e94ccf68352a (diff) | |
download | KiCad-eSim-b77f5d9d8097c38159c6f60917995d6af13bbe1c.tar.gz KiCad-eSim-b77f5d9d8097c38159c6f60917995d6af13bbe1c.tar.bz2 KiCad-eSim-b77f5d9d8097c38159c6f60917995d6af13bbe1c.zip |
Merge pull request #4 from FOSSEE/develop
merging dev into master
Diffstat (limited to 'Documentation/wxWidgets_patch_notes.txt')
-rw-r--r-- | Documentation/wxWidgets_patch_notes.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/wxWidgets_patch_notes.txt b/Documentation/wxWidgets_patch_notes.txt new file mode 100644 index 0000000..9b825de --- /dev/null +++ b/Documentation/wxWidgets_patch_notes.txt @@ -0,0 +1,20 @@ +--== notes about wxWidgets problems ==-- +Last Revised: 02-jul-2015 + +Kicad needs wxWidgets, the multi platform G.U.I toolkit. + +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) + +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 + +On 3.0.2 Window version 64 bits: +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. |