mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Move the WSPR frequency range indicator (green line) up 3 pixels.
This commit is contained in:
parent
5111dcdfa8
commit
52984a507a
@ -480,7 +480,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
||||
if(m_mode=="WSPR") {
|
||||
x1=XfromFreq(1400);
|
||||
x2=XfromFreq(1600);
|
||||
painter0.drawLine(x1,29,x2,29);
|
||||
painter0.drawLine(x1,26,x2,26);
|
||||
}
|
||||
|
||||
if(m_mode=="FST240W") {
|
||||
|
Loading…
Reference in New Issue
Block a user