mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-06 07:07:48 -04:00
SSB demod GUI: display channel marker in correct stream if connected to a MIMO device
This commit is contained in:
parent
922fa13f33
commit
e264451a14
@ -550,6 +550,12 @@ void SSBDemodGUI::displaySettings()
|
|||||||
m_channelMarker.setTitle(m_settings.m_title);
|
m_channelMarker.setTitle(m_settings.m_title);
|
||||||
m_channelMarker.setLowCutoff(m_settings.m_filterBank[m_settings.m_filterIndex].m_lowCutoff);
|
m_channelMarker.setLowCutoff(m_settings.m_filterBank[m_settings.m_filterIndex].m_lowCutoff);
|
||||||
|
|
||||||
|
if (m_deviceUISet->m_deviceMIMOEngine)
|
||||||
|
{
|
||||||
|
m_channelMarker.clearStreamIndexes();
|
||||||
|
m_channelMarker.addStreamIndex(m_settings.m_streamIndex);
|
||||||
|
}
|
||||||
|
|
||||||
ui->flipSidebands->setEnabled(!m_settings.m_dsb);
|
ui->flipSidebands->setEnabled(!m_settings.m_dsb);
|
||||||
|
|
||||||
if (m_settings.m_dsb)
|
if (m_settings.m_dsb)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user