Mirror pad numbers when appropriate.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20459

(cherry picked from commit 151cb01795)
This commit is contained in:
Jeff Young
2025-03-29 21:25:21 +00:00
parent 80e2153a14
commit a417afac8e
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -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.
*