7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 17:45:32 +00:00

Kill the MRU in pcb plot when jobing

This commit is contained in:
Marek Roszko 2025-01-16 21:31:15 -05:00
parent b1eaa52e08
commit e7bb7592a2

View File

@ -272,7 +272,7 @@ void DIALOG_PLOT::init_Dialog()
PCBNEW_SETTINGS* cfg = m_editFrame->GetPcbNewSettings();
if( !projectFile.m_PcbLastPath[ LAST_PATH_PLOT ].IsEmpty() )
if( !m_job && !projectFile.m_PcbLastPath[ LAST_PATH_PLOT ].IsEmpty() )
m_plotOpts.SetOutputDirectory( projectFile.m_PcbLastPath[ LAST_PATH_PLOT ] );
m_XScaleAdjust = cfg->m_Plot.fine_scale_x;