Fixed bug with tuning not stopping when pressing halt

This commit is contained in:
Jordan Sherer 2019-07-12 11:11:51 -04:00
parent 62a464d1ac
commit f54e632d99

View File

@ -8659,6 +8659,7 @@ void MainWindow::stop_tuning ()
ui->tuneButton->setChecked (false);
m_bTxTime=false;
m_tune=false;
on_stopTxButton_clicked();
}
void MainWindow::stopTuneATU()