mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 05:11:49 -05:00
Channel Analyzer: re-order ScopeVis set live rate and set live rate log2 decimation
This commit is contained in:
parent
b297f08275
commit
f9062881fc
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user