Don't depend on wxWidgets dotted and dashed line styles.

Turns out they're buggy on OSX.

Fixes https://gitlab.com/kicad/code/kicad/issues/7144
This commit is contained in:
Jeff Young
2021-02-05 16:18:28 +00:00
parent e8bcdfed29
commit 2ad5108e7d
4 changed files with 100 additions and 39 deletions
-10
View File
@@ -112,16 +112,6 @@ enum class PLOT_DASH_TYPE
LAST_TYPE = DASHDOT
};
/**
* Convert KiCad line plot styles to wxWidgets device context styles.
*
* @param aType The KiCad line plot style to convert.
*
* @return The equivalent wxPenStyle of \a aType.
*/
wxPenStyle GetwxPenStyle( PLOT_DASH_TYPE aType );
/**
* Base plotter engine class. General rule: all the interface with the caller
* is done in IU, the IU size is specified with SetViewport. Internal and