From 6af0618240b9b3da8a0f9a47281b79e205880e05 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 13 Aug 2022 01:21:56 +0200 Subject: [PATCH] WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387 --- plugins/channeltx/modwfm/wfmmodgui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/channeltx/modwfm/wfmmodgui.cpp b/plugins/channeltx/modwfm/wfmmodgui.cpp index 4af2c0a31..1bf912da3 100644 --- a/plugins/channeltx/modwfm/wfmmodgui.cpp +++ b/plugins/channeltx/modwfm/wfmmodgui.cpp @@ -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); }