diff --git a/eeschema/sim/simulator_frame_ui.cpp b/eeschema/sim/simulator_frame_ui.cpp index cdf10483eb..6d7b3d4e59 100644 --- a/eeschema/sim/simulator_frame_ui.cpp +++ b/eeschema/sim/simulator_frame_ui.cpp @@ -1270,7 +1270,10 @@ void SIMULATOR_FRAME_UI::OnUpdateUI( wxUpdateUIEvent& event ) if( SIM_PLOT_TAB* plotTab = dynamic_cast( GetCurrentSimTab() ) ) { if( plotTab->GetLegendPosition() != plotTab->m_LastLegendPosition ) + { + plotTab->m_LastLegendPosition = plotTab->GetLegendPosition(); OnModify(); + } } }