mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Fix a typo that was preventing Tx Messages from being printed to righthand window.
This commit is contained in:
parent
fe44bc6201
commit
13449d6099
@ -3704,7 +3704,7 @@ void MainWindow::guiUpdate()
|
||||
write_transmit_entry ("ALL.TXT");
|
||||
}
|
||||
|
||||
if (m_config.TX_messages () && !m_tune && m_nContest==FOX) {
|
||||
if (m_config.TX_messages () && !m_tune && m_nContest!=FOX) {
|
||||
ui->decodedTextBrowser2->displayTransmittedText(current_message, m_modeTx,
|
||||
ui->TxFreqSpinBox->value(),m_bFastMode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user