|
|
@ -470,7 +470,7 @@ void DIALOG_SIM_MODEL<T>::updateWidgets() |
|
|
|
updateBuiltinModelWidgets( model ); |
|
|
|
updateModelParamsTab( model ); |
|
|
|
updateModelCodeTab( model ); |
|
|
|
updatePinAssignments( model, false ); |
|
|
|
updatePinAssignments( model, model != m_prevModel ); |
|
|
|
|
|
|
|
std::string ref = SIM_MODEL::GetFieldValue( &m_fields, SIM_REFERENCE_FIELD ); |
|
|
|
|
|
|
|