diff --git a/eeschema/sim/simulator_frame_ui.cpp b/eeschema/sim/simulator_frame_ui.cpp index 33e852af14..e9d15e0812 100644 --- a/eeschema/sim/simulator_frame_ui.cpp +++ b/eeschema/sim/simulator_frame_ui.cpp @@ -2701,7 +2701,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 ) )