WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387

pull/1391/head
f4exb 2022-08-13 01:21:56 +02:00
rodzic a2f9a99559
commit 6af0618240
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -447,8 +447,6 @@ void WFMModGUI::applySettings(bool force)
{
if (m_doApplySettings)
{
setTitleColor(m_channelMarker.getColor());
ui->deltaFrequency->setValue(m_channelMarker.getCenterFrequency());
WFMMod::MsgConfigureWFMMod *msgConf = WFMMod::MsgConfigureWFMMod::create(m_settings, force);
m_wfmMod->getInputMessageQueue()->push(msgConf);
}