mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 18:32:27 -04:00
Revert "For Q65, don't display decodes within 10 Hz of fQSO in the right window, but still display all messages for us."
This reverts commit ec9682b57b9de25188411176660f228ce4c11602.
This commit is contained in:
parent
ec9682b57b
commit
88852bebe6
@ -4151,9 +4151,10 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
if(SpecOp::FOX!=m_specOp and (for_us or (abs(audioFreq - m_wideGraph->rxFreq()) <= 10))) bDisplayRight=true;
|
if(SpecOp::FOX!=m_specOp and (for_us or (abs(audioFreq - m_wideGraph->rxFreq()) <= 10))) bDisplayRight=true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if((abs(audioFreq - m_wideGraph->rxFreq()) <= 10) and (!(m_mode=="Q65" and !bAvgMsg)) and
|
if((abs(audioFreq - m_wideGraph->rxFreq()) <= 10) and
|
||||||
!m_config.enable_VHF_features()) bDisplayRight=true;
|
!m_config.enable_VHF_features()) bDisplayRight=true;
|
||||||
}
|
}
|
||||||
|
if(m_mode=="Q65" and !bAvgMsg) bDisplayRight=false;
|
||||||
|
|
||||||
if (bDisplayRight) {
|
if (bDisplayRight) {
|
||||||
// This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,
|
// This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user