Fixed tuners layout after a tuner is removed
This commit is contained in:
parent
2740556505
commit
8306cd3b9b
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue