Fix a bug with fields focus in Clone Project from Git Repository.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16217
This commit is contained in:
Alex Shvartzkop 2023-11-29 22:20:44 +03:00
parent a5454cd7c2
commit b0cc9d50b2
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ void DIALOG_GIT_REPOSITORY::OnLocationExit( wxFocusEvent& event )
{
updateURLData();
updateAuthControls();
event.Skip();
}