Don't lose value of cursor checkboxes when running sim.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18205
(cherry picked from commit c633ac26eb
)
This commit is contained in:
parent
1eb2983efe
commit
74abb40e84
|
@ -2668,7 +2668,10 @@ void SIMULATOR_FRAME_UI::OnSimRefresh( bool aFinal )
|
||||||
wxString msg;
|
wxString msg;
|
||||||
|
|
||||||
if( aFinal )
|
if( aFinal )
|
||||||
|
{
|
||||||
applyUserDefinedSignals();
|
applyUserDefinedSignals();
|
||||||
|
updateSignalsGrid();
|
||||||
|
}
|
||||||
|
|
||||||
// If there are any signals plotted, update them
|
// If there are any signals plotted, update them
|
||||||
if( SIM_TAB::IsPlottable( simType ) )
|
if( SIM_TAB::IsPlottable( simType ) )
|
||||||
|
|
Loading…
Reference in New Issue