Always check simulator netlist options
Before the simulation netlist checkboxes were considered only when changing the simulation type
This commit is contained in:
parent
d7616fdca8
commit
cc5b3f1a2f
|
@ -300,9 +300,10 @@ bool DIALOG_SIM_SETTINGS::TransferDataFromWindow()
|
|||
if( previousSimCommand != m_simCommand )
|
||||
{
|
||||
m_simCommand.Trim();
|
||||
updateNetlistOpts();
|
||||
}
|
||||
|
||||
updateNetlistOpts();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue