mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
More Fox progress...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8272 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7e549b5d55
commit
76f9ac425a
@ -3316,6 +3316,8 @@ void MainWindow::guiUpdate()
|
||||
msg[i] += " ";
|
||||
msg[i]=msg[i].mid(0,32);
|
||||
if(msg[i].indexOf(" RR73 ") > 6) qDebug() << "Logit:" << msg[i];
|
||||
ui->decodedTextBrowser2->displayTransmittedText(msg[i], m_modeTx,
|
||||
300+60*i,m_config.color_TxMsg(),m_bFastMode);
|
||||
strncpy(&foxcom_.cmsg[i][0], msg[i].toLatin1(),32);
|
||||
}
|
||||
foxcom_.nslots=m_Nslots;
|
||||
@ -3451,7 +3453,7 @@ void MainWindow::guiUpdate()
|
||||
write_transmit_entry ("ALL.TXT");
|
||||
}
|
||||
|
||||
if (m_config.TX_messages () && !m_tune) {
|
||||
if (m_config.TX_messages () && !m_tune && !m_config.bFox()) {
|
||||
ui->decodedTextBrowser2->displayTransmittedText(current_message, m_modeTx,
|
||||
ui->TxFreqSpinBox->value(),m_config.color_TxMsg(),m_bFastMode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user