mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Don't fill curves on FullPlot
.. even if its selected in options.
This commit is contained in:
@@ -572,6 +572,7 @@ AllPlotWindow::AllPlotWindow(Context *context) :
|
||||
fullPlot->setFixedHeight(100);
|
||||
fullPlot->setCanvasBackground(GColor(CRIDEPLOTBACKGROUND));
|
||||
fullPlot->setHighlightIntervals(false);
|
||||
fullPlot->setPaintBrush(0);
|
||||
static_cast<QwtPlotCanvas*>(fullPlot->canvas())->setBorderRadius(0);
|
||||
fullPlot->setWantAxis(false);
|
||||
fullPlot->setContentsMargins(0,0,0,0);
|
||||
|
||||
Reference in New Issue
Block a user