Fixes issue #3820, text was not selected by default

This commit is contained in:
Karl Zeilhofer 2020-02-09 03:40:24 +01:00
parent e933045663
commit 1190e60dd4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ DIALOG_EDIT_SHEET_PIN::DIALOG_EDIT_SHEET_PIN( SCH_EDIT_FRAME* parent, SCH_SHEET_
m_choiceConnectionType->Append( sheetPinType ); m_choiceConnectionType->Append( sheetPinType );
m_choiceConnectionType->SetSelection( 0 ); m_choiceConnectionType->SetSelection( 0 );
m_textName->SetFocus(); SetInitialFocus( m_textName );
m_sdbSizerOK->SetDefault(); m_sdbSizerOK->SetDefault();
// Set invalid label characters list: // Set invalid label characters list: