mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 00:41:19 -05:00
Repair long-standing regression where tail-ended Tx2 reports missed
This commit is contained in:
parent
175092f536
commit
356bc10d84
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user