From 9c3c5d6b3c9c903e66d91323b6ee70e39fc34465 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 6 Jun 2019 11:58:52 -0400 Subject: [PATCH] Turn Tx Enable to OFF after logging a QSO, even if "Clear DX call and grid after logging" is not checked. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index f5c5cff41..7c0d178a8 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5559,6 +5559,7 @@ void MainWindow::acceptQSO (QDateTime const& QSO_date_off, QString const& call, } if(m_config.clear_DX () and SpecOp::HOUND != m_config.special_op_id()) clearDX (); + auto_tx_mode (false); m_dateTimeQSOOn = QDateTime {}; auto special_op = m_config.special_op_id (); if (SpecOp::NONE < special_op && special_op < SpecOp::FOX &&