Turn Tx Enable to OFF after logging a QSO, even if "Clear DX call and grid after logging" is not checked.

This commit is contained in:
Joe Taylor 2019-06-06 11:58:52 -04:00
parent 087a07cb9f
commit 9c3c5d6b3c
1 changed files with 1 additions and 0 deletions

View File

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