Fix bungle from earlier merge.

This commit is contained in:
Jeff Young 2023-03-01 13:43:46 +00:00
parent f5edcf82f2
commit 9c68d4792f
1 changed files with 1 additions and 1 deletions

View File

@ -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 );