mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +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:
@@ -218,7 +218,7 @@ void ScatterPlot::setData (ScatterSettings *settings)
|
||||
sym.setPen(GCColor::invert(GColor(CPLOTBACKGROUND)));
|
||||
sym.setBrush(QBrush(Qt::NoBrush));
|
||||
QPen p;
|
||||
p.setColor(Qt::gray);
|
||||
p.setColor(GColor(CPLOTSYMBOL));
|
||||
sym.setPen(p);
|
||||
|
||||
// wipe away existing
|
||||
|
||||
Reference in New Issue
Block a user