mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
Move the Wide Graph's green bar for FTol up 3 pixels.
This commit is contained in:
parent
503c2cc242
commit
55115a2955
@ -534,7 +534,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
||||
if(m_mode=="FST280") {
|
||||
x1=XfromFreq(m_rxFreq-m_tol);
|
||||
x2=XfromFreq(m_rxFreq+m_tol);
|
||||
painter0.drawLine(x1,29,x2,29); // Mark the Tol range
|
||||
painter0.drawLine(x1,26,x2,26); // Mark the Tol range
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user