Set initial focus to track width / via size.
Fixes: lp:1822177 * https://bugs.launchpad.net/kicad/+bug/1822177
This commit is contained in:
parent
33a7c95455
commit
712bdc9d8d
|
@ -282,7 +282,7 @@ DIALOG_TRACK_VIA_PROPERTIES::DIALOG_TRACK_VIA_PROPERTIES( PCB_BASE_FRAME* aParen
|
|||
else
|
||||
m_lockedCbox->Set3StateValue( wxCHK_UNCHECKED );
|
||||
|
||||
SetInitialFocus( m_tracks ? m_TrackStartXCtrl : m_ViaXCtrl );
|
||||
SetInitialFocus( m_tracks ? m_TrackWidthCtrl : m_ViaDiameterCtrl );
|
||||
|
||||
m_StdButtonsOK->SetDefault();
|
||||
|
||||
|
|
Loading…
Reference in New Issue