1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

XTRX: fixed sample rate setting

This commit is contained in:
f4exb
2020-04-18 07:39:38 +02:00
parent 8653d326b3
commit c7e7215199
9 changed files with 243 additions and 268 deletions
@@ -179,6 +179,7 @@ bool XTRXInputGUI::handleMessage(const Message& message)
else if (XTRXInput::MsgReportClockGenChange::match(message))
{
m_settings.m_devSampleRate = m_XTRXInput->getDevSampleRate();
m_settings.m_log2HardDecim = m_XTRXInput->getLog2HardDecim();
blockApplySettings(true);
displaySettings();