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