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:
parent
992ee5140c
commit
45532ed55c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user