mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Fix MAP65's generation of Tx3 message for abs(SNR)< 10.
This commit is contained in:
parent
6b9cdd0071
commit
df9f7cc500
@ -1864,6 +1864,8 @@ void MainWindow::doubleClickOnMessages(QString hiscall, QString t2, bool ctrl)
|
||||
|
||||
void MainWindow::genStdMsgs(QString rpt) //genStdMsgs()
|
||||
{
|
||||
if(rpt.left(2)==" -") rpt="-0"+rpt.mid(2,1);
|
||||
if(rpt.left(2)==" +") rpt="+0"+rpt.mid(2,1);
|
||||
QString hiscall=ui->dxCallEntry->text().toUpper().trimmed();
|
||||
ui->dxCallEntry->setText(hiscall);
|
||||
QString t0=hiscall + " " + m_myCall + " ";
|
||||
|
Loading…
Reference in New Issue
Block a user