Fixed bug with tuning not stopping when pressing halt
This commit is contained in:
parent
62a464d1ac
commit
f54e632d99
@ -8659,6 +8659,7 @@ void MainWindow::stop_tuning ()
|
|||||||
ui->tuneButton->setChecked (false);
|
ui->tuneButton->setChecked (false);
|
||||||
m_bTxTime=false;
|
m_bTxTime=false;
|
||||||
m_tune=false;
|
m_tune=false;
|
||||||
|
on_stopTxButton_clicked();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::stopTuneATU()
|
void MainWindow::stopTuneATU()
|
||||||
|
Loading…
Reference in New Issue
Block a user