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:
parent
a5454cd7c2
commit
b0cc9d50b2
|
@ -201,6 +201,7 @@ void DIALOG_GIT_REPOSITORY::OnLocationExit( wxFocusEvent& event )
|
|||
{
|
||||
updateURLData();
|
||||
updateAuthControls();
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue