mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
SoapySDR support: fixed StringRangeGUI::setValue
This commit is contained in:
@@ -59,7 +59,7 @@ void StringRangeGUI::setValue(const std::string& value)
|
||||
|
||||
for (const auto &it : itemValues)
|
||||
{
|
||||
if (it >= value)
|
||||
if (it == value)
|
||||
{
|
||||
ui->rangeCombo->blockSignals(true);
|
||||
ui->rangeCombo->setCurrentIndex(index);
|
||||
|
||||
Reference in New Issue
Block a user