mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Double-click on a call in Messages now updates the signal report in Q65 mode.
This commit is contained in:
parent
4f70b808cd
commit
c78e43e960
@ -1807,7 +1807,10 @@ void MainWindow::doubleClickOnMessages(QString hiscall, QString t2)
|
||||
lookup();
|
||||
}
|
||||
|
||||
genStdMsgs("");
|
||||
QString rpt="";
|
||||
if(m_modeTx=="Q65") rpt=t2.mid(20,3);
|
||||
genStdMsgs(rpt);
|
||||
|
||||
if(t2.indexOf(m_myCall)>0) {
|
||||
m_ntx=2;
|
||||
ui->txrb2->setChecked(true);
|
||||
|
Loading…
Reference in New Issue
Block a user