Always check simulator netlist options

Before the simulation netlist checkboxes were considered only when
changing the simulation type
This commit is contained in:
Giulio Girardi 2021-05-27 15:56:58 +02:00 committed by Wayne Stambaugh
parent d7616fdca8
commit cc5b3f1a2f
1 changed files with 2 additions and 1 deletions

View File

@ -300,9 +300,10 @@ bool DIALOG_SIM_SETTINGS::TransferDataFromWindow()
if( previousSimCommand != m_simCommand )
{
m_simCommand.Trim();
updateNetlistOpts();
}
updateNetlistOpts();
return true;
}