Restore the page size mode behavior

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20014
This commit is contained in:
Marek Roszko
2025-03-03 23:15:32 -05:00
parent 28ce3c2e7d
commit b6743653f3
10 changed files with 134 additions and 4 deletions
+1
View File
@@ -102,6 +102,7 @@ PCB_PLOT_PARAMS::PCB_PLOT_PARAMS()
// we used 0.1mils for SVG step before, but nm precision is more accurate, so we use nm
m_svgPrecision = SVG_PRECISION_DEFAULT;
m_svgFitPageToBoard = false;
m_plotDrawingSheet = false;
m_plotMode = FILLED;
m_DXFPolygonMode = true;