mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 02:28:33 -04:00
WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387
This commit is contained in:
parent
a2f9a99559
commit
6af0618240
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user