Sim: Fix analysis set from GUI

This commit is contained in:
Mikolaj Wielgus 2022-10-19 02:32:50 +02:00
parent 1965411bf5
commit f68df09696
1 changed files with 2 additions and 0 deletions

View File

@ -466,6 +466,8 @@ void SIM_PLOT_FRAME::StartSimulation( const wxString& aSimCommand )
if( aSimCommand != "" )
m_circuitModel->SetSimCommand( aSimCommand );
else
m_circuitModel->SetSimCommand( getCurrentSimCommand() );
// Make .save all and .probe alli permanent for now.
m_circuitModel->SetOptions( m_settingsDlg->GetNetlistOptions()