mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -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") {
|
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") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user