Fix bungle from earlier merge.
This commit is contained in:
parent
f5edcf82f2
commit
9c68d4792f
|
@ -1170,7 +1170,7 @@ void SIM_PLOT_FRAME::onSignalsGridCellChanged( wxGridEvent& aEvent )
|
||||||
if( col == COL_SIGNAL_SHOW )
|
if( col == COL_SIGNAL_SHOW )
|
||||||
{
|
{
|
||||||
if( text == wxS( "1" ) )
|
if( text == wxS( "1" ) )
|
||||||
plot->AddTrace( vectorName, traceType );
|
updateTrace( vectorName, traceType, plot );
|
||||||
else
|
else
|
||||||
plot->DeleteTrace( vectorName, traceType );
|
plot->DeleteTrace( vectorName, traceType );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue