mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-05 00:02:25 -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)
|
void MainWindow::on_autoButton_clicked (bool checked)
|
||||||
{
|
{
|
||||||
|
QTimer::singleShot (3000, [=] {tuneATU_Timer.stop ();}); // Stop the Tune watchdog
|
||||||
m_auto = checked;
|
m_auto = checked;
|
||||||
m_maxPoints=-1;
|
m_maxPoints=-1;
|
||||||
if (checked
|
if (checked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user