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 22:52:23 +00:00
parent 33a7c95455
commit 712bdc9d8d
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();