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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user