Repair long-standing regression where tail-ended Tx2 reports missed

This commit is contained in:
Bill Somerville 2021-10-23 23:54:36 +01:00
parent 175092f536
commit 356bc10d84
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 6 additions and 0 deletions

View File

@ -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 ();