From dfa9b0ed77d20e9a25727848962294e597a82e81 Mon Sep 17 00:00:00 2001 From: Bryant Date: Tue, 4 Jun 2013 15:50:52 -0700 Subject: [PATCH] Symbols now match the curve color in the data plotter. --- src/ui/linechart/IncrementalPlot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/linechart/IncrementalPlot.cc b/src/ui/linechart/IncrementalPlot.cc index 6eeb5dd5a..7a99b9119 100644 --- a/src/ui/linechart/IncrementalPlot.cc +++ b/src/ui/linechart/IncrementalPlot.cc @@ -173,7 +173,7 @@ void IncrementalPlot::setStyleText(QString style) Qt::NoBrush, QPen(QBrush(curve->symbol().pen().color()), symbolWidth), QSize(6, 6)) ); } - curve->setPen(QPen(QBrush(curve->symbol().pen().color().darker()), curveWidth)); + curve->setPen(QPen(QBrush(curve->symbol().pen().color()), curveWidth)); // Style of lines if (style.toLower().contains("dotted")) { curve->setStyle(QwtPlotCurve::Dots); -- 2.22.0