mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
AM demod: fixed reverse API settings from the API
This commit is contained in:
@@ -60,7 +60,7 @@ void BasicChannelSettingsDialog::setReverseAPIDeviceIndex(uint16_t deviceIndex)
|
||||
void BasicChannelSettingsDialog::setReverseAPIChannelIndex(uint16_t channelIndex)
|
||||
{
|
||||
m_reverseAPIChannelIndex = channelIndex > 99 ? 99 : channelIndex;
|
||||
ui->reverseAPIDeviceIndex->setText(tr("%1").arg(m_reverseAPIChannelIndex));
|
||||
ui->reverseAPIChannelIndex->setText(tr("%1").arg(m_reverseAPIChannelIndex));
|
||||
}
|
||||
|
||||
void BasicChannelSettingsDialog::paintColor()
|
||||
|
||||
Reference in New Issue
Block a user