diff --git a/eeschema/sim/sim_plot_frame.cpp b/eeschema/sim/sim_plot_frame.cpp index 564bcde9a3..562c79ddc5 100644 --- a/eeschema/sim/sim_plot_frame.cpp +++ b/eeschema/sim/sim_plot_frame.cpp @@ -267,9 +267,7 @@ void SIM_PLOT_FRAME::RemoveTuner( TUNER_SLIDER* aTuner ) m_plots[plotPanel].m_tuners.remove( aTuner ); aTuner->Destroy(); - Layout(); - Layout(); - Layout(); + m_sidePanel->Layout(); }