Fixes: lp:1619436

https://bugs.launchpad.net/kicad/+bug/1619436
Eeschema crashes when selecting a text editor from the REC dialog. (Linux Only)
It happens only if a text editor was never selected in Kicad.
This commit is contained in:
jp-charras 2016-09-05 09:02:15 +02:00
parent 9740d5e433
commit b63f2f81b7
1 changed files with 0 additions and 3 deletions

View File

@ -606,10 +606,7 @@ void DIALOG_ERC::TestErc( wxArrayString* aMessagesList )
return;
if( WriteDiagnosticERC( dlg.GetPath() ) )
{
Close( true );
ExecuteFile( this, Pgm().GetEditorName(), QuoteFullPath( fn ) );
}
}
}