Fix bug in widegraph not actually setting offset value
This commit is contained in:
parent
bf0ebf227b
commit
be8b4c18ee
@ -214,6 +214,7 @@ void WideGraph::on_offsetSpinBox_valueChanged(int n){
|
||||
|
||||
setRxFreq(n);
|
||||
setTxFreq(n);
|
||||
setFreq2(n, n);
|
||||
}
|
||||
|
||||
void WideGraph::on_waterfallAvgSpinBox_valueChanged(int n) //Navg
|
||||
|
Loading…
Reference in New Issue
Block a user