From f54e632d994c1335e4fece77cb006e41cbbdb301 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Fri, 12 Jul 2019 11:11:51 -0400 Subject: [PATCH] Fixed bug with tuning not stopping when pressing halt --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index d35d827..35dc572 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -8659,6 +8659,7 @@ void MainWindow::stop_tuning () ui->tuneButton->setChecked (false); m_bTxTime=false; m_tune=false; + on_stopTxButton_clicked(); } void MainWindow::stopTuneATU()