mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
QA/2d customise symbol color
Let the user define the color used for the symbols on the PfPv and Scatter plot when framing intervals.
This commit is contained in:
@@ -193,7 +193,7 @@ PfPvPlot::configChanged()
|
||||
QwtSymbol sym;
|
||||
sym.setStyle(QwtSymbol::Ellipse);
|
||||
sym.setSize(6);
|
||||
sym.setPen(QPen(Qt::gray));
|
||||
sym.setPen(QPen(GColor(CPLOTSYMBOL)));
|
||||
sym.setBrush(QBrush(Qt::NoBrush));
|
||||
curve->setSymbol(new QwtSymbol(sym));
|
||||
curve->setStyle(QwtPlotCurve::Dots);
|
||||
|
||||
Reference in New Issue
Block a user