diff --git a/eeschema/sim/sim_plot_frame.cpp b/eeschema/sim/sim_plot_frame.cpp index 67fe9b8845..7428d7ced4 100644 --- a/eeschema/sim/sim_plot_frame.cpp +++ b/eeschema/sim/sim_plot_frame.cpp @@ -1170,7 +1170,7 @@ void SIM_PLOT_FRAME::onSignalsGridCellChanged( wxGridEvent& aEvent ) if( col == COL_SIGNAL_SHOW ) { if( text == wxS( "1" ) ) - plot->AddTrace( vectorName, traceType ); + updateTrace( vectorName, traceType, plot ); else plot->DeleteTrace( vectorName, traceType );