mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 18:45:32 +00:00
Fixes issue #3820, text was not selected by default
This commit is contained in:
parent
e933045663
commit
1190e60dd4
@ -49,7 +49,7 @@ DIALOG_EDIT_SHEET_PIN::DIALOG_EDIT_SHEET_PIN( SCH_EDIT_FRAME* parent, SCH_SHEET_
|
||||
m_choiceConnectionType->Append( sheetPinType );
|
||||
|
||||
m_choiceConnectionType->SetSelection( 0 );
|
||||
m_textName->SetFocus();
|
||||
SetInitialFocus( m_textName );
|
||||
m_sdbSizerOK->SetDefault();
|
||||
|
||||
// Set invalid label characters list:
|
||||
|
Loading…
Reference in New Issue
Block a user