diff --git a/eeschema/sim/sim_plot_frame.cpp b/eeschema/sim/sim_plot_frame.cpp index be56f29b15..c9d8185c9a 100644 --- a/eeschema/sim/sim_plot_frame.cpp +++ b/eeschema/sim/sim_plot_frame.cpp @@ -1130,7 +1130,7 @@ void SIM_PLOT_FRAME::updateMeasurement( int aRow ) " *" "([a-zA-Z]+)" " +" - "([a-zA-Z])\\([a-zA-Z0-9_]+\\)" ) ); + "([a-zA-Z])\\([^\\)]+\\)" ) ); m_workbookModified = true;