This commit is contained in:
Jeff Young
2023-10-03 12:59:49 +01:00
parent 2dfdf0682f
commit 827942c560
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ void SIM_PLOT_TAB::UpdateTraceStyle( TRACE* trace )
}
TRACE* SIM_PLOT_TAB::AddTrace( const wxString& aVectorName, int aType )
TRACE* SIM_PLOT_TAB::GetOrAddTrace( const wxString& aVectorName, int aType )
{
TRACE* trace = GetTrace( aVectorName, aType );