Hr:Pw marker color nit

This commit is contained in:
Mark Liversedge
2014-08-06 11:01:15 +01:00
parent b8176af083
commit 8ca1f34fe4

View File

@@ -322,7 +322,7 @@ HrPwPlot::recalc()
QwtText textr = QwtText(labelp+"*x+"+labelo+" : R "+labelr+" ("+labeldelay+") \n Power@150:"+labelpower150+"W");
textr.setFont(QFont("Helvetica", 10, QFont::Bold));
textr.setColor(Qt::black);
textr.setColor(GColor(CPLOTMARKER));
r_mrk1->setValue(0,0);
r_mrk1->setLineStyle(QwtPlotMarker::VLine);