mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 05:11:49 -05:00
SoapySDR support: fixed IntervalRangeGUI::getCurrentValue
This commit is contained in:
parent
f436479bd7
commit
ad8026c6a2
@ -80,7 +80,7 @@ void IntervalRangeGUI::reset()
|
||||
|
||||
double IntervalRangeGUI::getCurrentValue()
|
||||
{
|
||||
return ui->value->getValue();
|
||||
return ui->value->getValueNew();
|
||||
}
|
||||
|
||||
void IntervalRangeGUI::setValue(double value)
|
||||
|
Loading…
Reference in New Issue
Block a user