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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user