1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

XTRX: fixed sample rate setting

This commit is contained in:
f4exb
2020-04-18 07:39:38 +02:00
parent b9a491ba77
commit aad783b653
9 changed files with 234 additions and 261 deletions
@@ -173,6 +173,7 @@ bool XTRXOutputGUI::handleMessage(const Message& message)
else if (XTRXOutput::MsgReportClockGenChange::match(message))
{
m_settings.m_devSampleRate = m_XTRXOutput->getDevSampleRate();
m_settings.m_log2HardInterp = m_XTRXOutput->getLog2HardInterp();
blockApplySettings(true);
displaySettings();