Commit dfa9b0ed authored by Bryant's avatar Bryant

Symbols now match the curve color in the data plotter.

parent 45da9517
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment