mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 05:54:41 -04:00
Various tweaks to the Q65 decoder; new numbering of the end-of-line decoding flags.
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user