Display T M R 73 markers for Q65 (C and higher submodes).

This commit is contained in:
Joe Taylor 2020-12-21 15:38:58 -05:00
parent 5007a4eb51
commit c3b3dc1c61

View File

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