KiCad: fix crash when attempting to view ERC log with text editor.
Fixes lp:1619436 https://bugs.launchpad.net/kicad/+bug/1619436
This commit is contained in:
parent
fa85cb3a8b
commit
5b4542231e
|
@ -563,10 +563,7 @@ void DIALOG_ERC::TestErc( wxArrayString* aMessagesList )
|
|||
return;
|
||||
|
||||
if( WriteDiagnosticERC( dlg.GetPath() ) )
|
||||
{
|
||||
Close( true );
|
||||
ExecuteFile( this, Pgm().GetEditorName(), QuoteFullPath( fn ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue