1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Test Source: new combo box for auto correction options (2)

This commit is contained in:
f4exb
2018-02-04 22:52:31 +01:00
parent 5f49dff49d
commit 6b26543655
5 changed files with 110 additions and 3 deletions
@@ -141,7 +141,7 @@ void TestSourceGui::on_centerFrequency_changed(quint64 value)
void TestSourceGui::on_autoCorr_currentIndexChanged(int index)
{
if ((index < 0) || (index > TestSourceSettings::AutoCorrDCAndIQ)) {
if ((index < 0) || (index > TestSourceSettings::AutoCorrLast)) {
return;
}