DIALOG_NETLIST_IMPORT: minor fix

This commit is contained in:
jean-pierre charras 2022-02-13 17:29:05 +01:00
parent d07910de06
commit 0eddbe02c1
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ void DIALOG_NETLIST_IMPORT::onUpdatePCB( wxCommandEvent& event )
loadNetlist( false );
m_sdbSizerCancel->SetDefault();
m_sdbSizerCancel->SetFocus();
}