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:
Joe Taylor 2017-01-16 17:54:22 +00:00
parent f828cc7c78
commit 75e03c7784

View File

@ -147,6 +147,9 @@ void CPlotter::paintEvent(QPaintEvent *) // paintEvent()
y=(sync-1.5)*2.0;
if(y>15.0) y=15.0;
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();
}