From c3b3dc1c6181dd451651dd2b6425584497350d74 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 21 Dec 2020 15:38:58 -0500 Subject: [PATCH] Display T M R 73 markers for Q65 (C and higher submodes). --- widgets/plotter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index 30981ab3b..a68ca80b3 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -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);