Correctly initialize New Simulation Command dialog.

This commit is contained in:
Jeff Young 2023-07-13 23:37:48 +01:00
parent 5f8583cd25
commit c4179cb996
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}