mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
MIMO: test MI: fixed updateFrequencyShiftLimit method zeroing frequency shift
This commit is contained in:
@@ -387,8 +387,10 @@ void TestMIGui::updateAmpFineLimit()
|
||||
|
||||
void TestMIGui::updateFrequencyShiftLimit()
|
||||
{
|
||||
int sampleRate = ui->sampleRate->getValueNew();
|
||||
qint64 sampleRate = ui->sampleRate->getValueNew();
|
||||
qint64 frequencyShift = ui->frequencyShift->getValueNew();
|
||||
ui->frequencyShift->setValueRange(false, 7, -sampleRate, sampleRate);
|
||||
ui->frequencyShift->setValue(frequencyShift);
|
||||
}
|
||||
|
||||
void TestMIGui::updateFileRecordStatus()
|
||||
|
||||
Reference in New Issue
Block a user