Fix bug in widegraph not actually setting offset value

This commit is contained in:
Jordan Sherer 2018-08-08 17:21:05 -04:00
parent bf0ebf227b
commit be8b4c18ee

View File

@ -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