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:
parent
0bd0d57a81
commit
78af1daa2e
|
@ -294,6 +294,7 @@ void DIALOG_NETLIST::OnTestFootprintsClick( wxCommandEvent& event )
|
|||
void DIALOG_NETLIST::OnFilenameKillFocus( wxFocusEvent& event )
|
||||
{
|
||||
onFilenameChanged();
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue