1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-23 20:48:33 -04:00

Display "T M R 73" only for JT4 and Q65 D and E.

This commit is contained in:
Joe Taylor 2024-01-25 11:32:36 -05:00
parent 2655e41dd6
commit c251764252

View File

@ -263,7 +263,7 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
painter1.drawText (5, painter1.fontMetrics ().ascent (), t);
}
if(m_mode=="JT4" or (m_mode=="Q65" and m_nSubMode>=2)) {
if(m_mode=="JT4" or (m_mode=="Q65" and m_nSubMode>=3)) {
DrawOverlay();
QPen pen3(Qt::yellow); //Mark freqs of JT4/Q65 single-tone msgs
painter2D.setPen(pen3);