diff --git a/plugins/channelrx/chanalyzer/chanalyzergui.cpp b/plugins/channelrx/chanalyzer/chanalyzergui.cpp index f6e58a8eb..9fcb1883e 100644 --- a/plugins/channelrx/chanalyzer/chanalyzergui.cpp +++ b/plugins/channelrx/chanalyzer/chanalyzergui.cpp @@ -551,8 +551,8 @@ void ChannelAnalyzerGUI::applySettings(bool force) ChannelAnalyzer::MsgConfigureChannelAnalyzer::create( m_settings, force); m_channelAnalyzer->getInputMessageQueue()->push(message); - m_scopeVis->setLiveRateLog2Decim(m_settings.m_spanLog2); m_scopeVis->setLiveRate(sampleRate); + m_scopeVis->setLiveRateLog2Decim(m_settings.m_spanLog2); } }