From 356bc10d84a0ede6af537827deb844be627e4118 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 23 Oct 2021 23:54:36 +0100 Subject: [PATCH] Repair long-standing regression where tail-ended Tx2 reports missed --- widgets/mainwindow.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 305d18d13..5502f69f5 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5204,6 +5204,12 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie lookup(); m_hisGrid = ui->dxGridEntry->text(); + if (m_bDoubleClicked) + { + // extract our report if present + message.report (m_baseCall, Radio::base_callsign(ui->dxCallEntry->text()), m_rptRcvd); + } + if (!m_bSentReport || base_call != qso_partner_base_call) // Don't change report within a QSO { auto n = message.report ().toInt ();