mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
IQ swap: fixed transverter dialog
This commit is contained in:
@@ -65,7 +65,6 @@ LimeSDROutputGUI::LimeSDROutputGUI(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
|
||||
ui->ncoFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
|
||||
ui->channelNumberText->setText(tr("#%1").arg(m_limeSDROutput->getChannelIndex()));
|
||||
ui->transverter->setIQOrderEnabled(false);
|
||||
|
||||
if (m_limeSDROutput->getLimeType() == DeviceLimeSDRParams::LimeMini)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user