Fixed tuners layout after a tuner is removed

This commit is contained in:
Maciej Suminski 2016-08-11 14:42:06 +02:00
parent 2740556505
commit 8306cd3b9b
1 changed files with 1 additions and 3 deletions

View File

@ -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();
}