DIALOG_NETLIST_IMPORT: minor fix
This commit is contained in:
parent
d07910de06
commit
0eddbe02c1
|
@ -157,6 +157,7 @@ void DIALOG_NETLIST_IMPORT::onUpdatePCB( wxCommandEvent& event )
|
|||
loadNetlist( false );
|
||||
|
||||
m_sdbSizerCancel->SetDefault();
|
||||
m_sdbSizerCancel->SetFocus();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue