mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Make sure initial focus of label properties dialog is the text input
This commit is contained in:
parent
0b19a1b6ec
commit
9c28241e45
@ -71,7 +71,7 @@ DIALOG_LABEL_PROPERTIES::DIALOG_LABEL_PROPERTIES( SCH_EDIT_FRAME* aParent,
|
||||
if( m_currentLabel->Type() == SCH_GLOBAL_LABEL_T || m_currentLabel->Type() == SCH_LABEL_T )
|
||||
{
|
||||
m_activeTextEntry = m_valueCombo;
|
||||
SetInitialFocus( m_valueCombo );
|
||||
SetInitialFocus( m_valueCombo->GetTextCtrl() );
|
||||
|
||||
m_labelSingleLine->Show( false );
|
||||
m_valueSingleLine->Show( false );
|
||||
|
Loading…
x
Reference in New Issue
Block a user