Fix an issue in DIALOG_NETLIST: if the netlist filename does not exist, one cannot always modify the entered name.

(from master branch)
This commit is contained in:
jean-pierre charras 2019-09-30 19:43:25 +02:00
parent 0bd0d57a81
commit 78af1daa2e
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ void DIALOG_NETLIST::OnTestFootprintsClick( wxCommandEvent& event )
void DIALOG_NETLIST::OnFilenameKillFocus( wxFocusEvent& event )
{
onFilenameChanged();
event.Skip();
}