From ff623873b07c0ca25de7fc699ac8ce4b6c0b9282 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 29 Aug 2017 03:46:32 +0000 Subject: [PATCH] Ensure that auto Tx is disabled when stop Tx on 73 isn't enabled and DX call is cleared git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8045 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 244cecb65..17ae01828 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4184,6 +4184,10 @@ void MainWindow::TxAgain() void MainWindow::clearDX () { + if (m_QSOProgress != CALLING) + { + auto_tx_mode (false); + } ui->dxCallEntry->clear (); ui->dxGridEntry->clear (); m_lastCallsign.clear ();