One (correct) error message is sufficient.

Fixes https://gitlab.com/kicad/code/kicad/issues/8225
This commit is contained in:
Jeff Young
2021-04-22 12:38:29 +01:00
parent e92dc96767
commit 87ca59f52e
3 changed files with 35 additions and 42 deletions
-3
View File
@@ -1296,10 +1296,7 @@ void SIM_PLOT_FRAME::onSettings( wxCommandEvent& event )
updateNetlistExporter();
if( !m_exporter->ProcessNetlist( NET_ALL_FLAGS ) )
{
DisplayError( this, _( "There were errors during netlist export, aborted." ) );
return;
}
if( plotPanelWindow != m_welcomePanel )
m_settingsDlg->SetSimCommand( m_plots[plotPanelWindow].m_simCommand );