Set initial focus to track width / via size.

Fixes: lp:1822177
* https://bugs.launchpad.net/kicad/+bug/1822177
This commit is contained in:
Jeff Young 2019-03-28 16:52:23 +00:00
parent ee3bac5a32
commit a8b8c73ab8
1 changed files with 1 additions and 1 deletions

View File

@ -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();