Hookup the skip drawingsheet arg
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13703
This commit is contained in:
parent
241a283b03
commit
f28339ded8
|
@ -168,7 +168,7 @@ int EESCHEMA_JOBS_HANDLER::JobExportSvg( JOB* aJob )
|
|||
|
||||
SCH_PLOT_SETTINGS settings;
|
||||
settings.m_plotAll = true;
|
||||
settings.m_plotDrawingSheet = true;
|
||||
settings.m_plotDrawingSheet = aSvgJob->m_plotDrawingSheet;
|
||||
settings.m_blackAndWhite = aSvgJob->m_blackAndWhite;
|
||||
settings.m_theme = aSvgJob->m_colorTheme;
|
||||
settings.m_pageSizeSelect = PAGE_SIZE_AUTO;
|
||||
|
|
Loading…
Reference in New Issue