Work in progress on Total Power plots...

This commit is contained in:
Joe Taylor
2022-09-09 12:03:59 -04:00
parent b73120dd48
commit 04cad09683
4 changed files with 48 additions and 20 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
if(m_bTotalPower) {
painter2D.setPen(Qt::green);
int yy=m_h2 - 10*(m_pdB-20);
int yy=m_h2 - 10*(m_pdB - m_plot2dZero - 20);
LineBuf4[m_x].setX(m_x);
LineBuf4[m_x].setY(yy);
painter2D.drawPolyline(LineBuf4,m_x);