From a5f0937cbb96ce15c90a5aa5e828c9bc8aa441cf Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 4 Dec 2018 22:10:52 -0500 Subject: [PATCH] Fixed #23: Log window should not halt transmission --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 51325ad..4c4825d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -5048,6 +5048,7 @@ void MainWindow::clearDX () m_rptRcvd.clear (); m_qsoStart.clear (); m_qsoStop.clear (); + if (ui->tabWidget->currentIndex() == 1) { ui->genMsg->setText(ui->tx6->text()); m_ntx=7; @@ -6075,7 +6076,6 @@ void MainWindow::acceptQSO (QDateTime const& QSO_date_off, QString const& call, m_logBook.init(); if (m_config.clear_callsign ()){ - clearDX (); clearCallsignSelected(); }