mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
In FT4 mode, display only "for us" and Tx messages in right window.
This commit is contained in:
parent
3a6e26d645
commit
ffb6d3624f
@ -8759,9 +8759,7 @@ void MainWindow::ft4_rx(int k)
|
||||
m_bAutoReply = true;
|
||||
ui->cbFirst->setStyleSheet("");
|
||||
}
|
||||
if(for_us or ((qAbs(audioFreq - ui->TxFreqSpinBox->value()) <= 150) and parts[iFirstCall]!="CQ")) {
|
||||
// This msg contains MyCall, or is within 150 hertz of our Tx frequency
|
||||
// (Is that the best logic to use here??)
|
||||
if(for_us) {
|
||||
ui->decodedTextBrowser2->displayDecodedText(decodedtext,m_baseCall,
|
||||
m_mode,m_config.DXCC(),m_logBook,m_currentBand,m_config.ppfx());
|
||||
if(decodedtext.string().trimmed().contains(m_inQSOwith)) processMessage(decodedtext);
|
||||
|
Loading…
Reference in New Issue
Block a user