Mirror pad numbers when appropriate.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20459
This commit is contained in:
@@ -138,6 +138,9 @@ public:
|
||||
virtual void SetPageSettings( const PAGE_INFO& aPageSettings ) { m_pageInfo = aPageSettings; }
|
||||
PAGE_INFO& PageSettings() { return m_pageInfo; }
|
||||
|
||||
void SetPlotMirrored( bool aMirror ) { m_plotMirror = aMirror; };
|
||||
bool GetPlotMirrored() const { return m_plotMirror; }
|
||||
|
||||
/**
|
||||
* Set the line width for the next drawing.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user