Insert red line on waterfall to mark an FT4 transmission.

This commit is contained in:
Joe Taylor
2019-01-28 13:50:23 -05:00
parent 7da4fc63a6
commit 2e4035c8bb
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
ymin=1.e30;
if(swide[0]>1.e29 and swide[0]< 1.5e30) painter1.setPen(Qt::green);
if(swide[0]>1.4e30) painter1.setPen(Qt::yellow);
if(swide[0]>1.4e30) painter1.setPen(Qt::red);
if(!m_bReplot) {
m_j=0;
int irow=-1;