mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-02 23:02:26 -04: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();
|
lookup();
|
||||||
}
|
}
|
||||||
|
|
||||||
genStdMsgs("");
|
QString rpt="";
|
||||||
|
if(m_modeTx=="Q65") rpt=t2.mid(20,3);
|
||||||
|
genStdMsgs(rpt);
|
||||||
|
|
||||||
if(t2.indexOf(m_myCall)>0) {
|
if(t2.indexOf(m_myCall)>0) {
|
||||||
m_ntx=2;
|
m_ntx=2;
|
||||||
ui->txrb2->setChecked(true);
|
ui->txrb2->setChecked(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user