1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-23 20:48:33 -04:00

Stop the Tune Watchdog when Enable Tx is checked to prevent accidental truncation of transmissions.

This commit is contained in:
Uwe Risse 2022-07-24 13:15:11 +02:00
parent 992ee5140c
commit 45532ed55c

View File

@ -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