mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
SpectrumVis: propagate apply settings to GUI message quque if it exists
This commit is contained in:
@@ -330,10 +330,6 @@ void GLSpectrumGUI::applySettings()
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_glSpectrum) {
|
||||
applySpectrumSettings();
|
||||
}
|
||||
|
||||
if (m_spectrumVis)
|
||||
{
|
||||
SpectrumVis::MsgConfigureSpectrumVis *msg = SpectrumVis::MsgConfigureSpectrumVis::create(m_settings, false);
|
||||
|
||||
Reference in New Issue
Block a user