Various tweaks to the Q65 decoder; new numbering of the end-of-line decoding flags.

This commit is contained in:
Joe Taylor
2020-12-31 15:52:06 -05:00
parent bcbca02c08
commit 8a4b5b6a40
6 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
Font.setWeight(QFont::Bold);
painter2D.setFont(Font);
int x1=XfromFreq(m_rxFreq);
y=0.2*m_h2;
y=0.25*m_h2;
painter2D.drawText(x1-4,y,"T");
x1=XfromFreq(m_rxFreq+250);
painter2D.drawText(x1-4,y,"M");