mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 11:08:31 -04:00
Display T M R 73 markers for Q65 (C and higher submodes).
This commit is contained in:
parent
5007a4eb51
commit
c3b3dc1c61
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user