Correctly initialize New Simulation Command dialog.
This commit is contained in:
parent
5f8583cd25
commit
c4179cb996
|
@ -485,6 +485,8 @@ void DIALOG_SIM_COMMAND::parseCommand( const wxString& aCommand )
|
|||
}
|
||||
|
||||
m_commandTypeSizer->Show( true );
|
||||
m_commandType->SetSelection( 0 );
|
||||
m_simPages->SetSelection( m_simPages->FindPage( m_pgOP ) );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue