diff --git a/eeschema/sim/simulator_frame_ui.cpp b/eeschema/sim/simulator_frame_ui.cpp index d23f02d0a1..40b69a8d91 100644 --- a/eeschema/sim/simulator_frame_ui.cpp +++ b/eeschema/sim/simulator_frame_ui.cpp @@ -2668,7 +2668,10 @@ void SIMULATOR_FRAME_UI::OnSimRefresh( bool aFinal ) wxString msg; if( aFinal ) + { applyUserDefinedSignals(); + updateSignalsGrid(); + } // If there are any signals plotted, update them if( SIM_TAB::IsPlottable( simType ) )