mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
Put red sync marker for QRA64 also on the top (wideband) waterfall.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@7510 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f828cc7c78
commit
75e03c7784
@ -147,6 +147,9 @@ void CPlotter::paintEvent(QPaintEvent *) // paintEvent()
|
|||||||
y=(sync-1.5)*2.0;
|
y=(sync-1.5)*2.0;
|
||||||
if(y>15.0) y=15.0;
|
if(y>15.0) y=15.0;
|
||||||
if(x>=0 and x<=w) painter2.drawLine(x,0,x,y);
|
if(x>=0 and x<=w) painter2.drawLine(x,0,x,y);
|
||||||
|
x=XfromFreq(float(fQSO()+0.001*freq));
|
||||||
|
painter.setPen(pen0);
|
||||||
|
painter.drawLine(x,30,x,30+y);
|
||||||
}
|
}
|
||||||
f.close();
|
f.close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user