Move the WSPR frequency range indicator (green line) up 3 pixels.

This commit is contained in:
Joe Taylor 2020-07-21 14:11:11 -04:00
parent 5111dcdfa8
commit 52984a507a

View File

@ -480,7 +480,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
if(m_mode=="WSPR") { if(m_mode=="WSPR") {
x1=XfromFreq(1400); x1=XfromFreq(1400);
x2=XfromFreq(1600); x2=XfromFreq(1600);
painter0.drawLine(x1,29,x2,29); painter0.drawLine(x1,26,x2,26);
} }
if(m_mode=="FST240W") { if(m_mode=="FST240W") {