From 45532ed55cacbd20fc100faf74dbcc67cdf487e3 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Sun, 24 Jul 2022 13:15:11 +0200 Subject: [PATCH] Stop the Tune Watchdog when Enable Tx is checked to prevent accidental truncation of transmissions. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 8099aa7fa..f717c68f7 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -2004,6 +2004,7 @@ void MainWindow::on_actionAbout_triggered() //Display "About" void MainWindow::on_autoButton_clicked (bool checked) { + QTimer::singleShot (3000, [=] {tuneATU_Timer.stop ();}); // Stop the Tune watchdog m_auto = checked; m_maxPoints=-1; if (checked