mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
Don't round off the FST4W RxFreq when FTol is changed. That was a bad idea.
This commit is contained in:
parent
b7dc101270
commit
e23f7b3434
@ -7940,8 +7940,6 @@ void MainWindow::on_sbFST4W_RxFreq_valueChanged(int n)
|
||||
|
||||
void MainWindow::on_sbFST4W_FTol_valueChanged(int n)
|
||||
{
|
||||
int m=(ui->sbFST4W_RxFreq->value() + n/2)/n;
|
||||
ui->sbFST4W_RxFreq->setValue(n*m);
|
||||
ui->sbFST4W_RxFreq->setSingleStep(n);
|
||||
m_wideGraph->setTol(n);
|
||||
statusUpdate ();
|
||||
|
Loading…
Reference in New Issue
Block a user