From c251764252381699853a925392f7f4edd41c2157 Mon Sep 17 00:00:00 2001 From: Joe Taylor <joe@princeton.edu> Date: Thu, 25 Jan 2024 11:32:36 -0500 Subject: [PATCH] Display "T M R 73" only for JT4 and Q65 D and E. --- widgets/plotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index f9dc521d9..df88831dd 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -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);