From d255ae5f92d5628dc1310e63bd13aa36c982f164 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Fri, 2 Jan 2015 08:03:49 +0000 Subject: [PATCH] Don't fill curves on FullPlot .. even if its selected in options. --- src/AllPlotWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AllPlotWindow.cpp b/src/AllPlotWindow.cpp index d87a6087c..7af04d8fd 100644 --- a/src/AllPlotWindow.cpp +++ b/src/AllPlotWindow.cpp @@ -572,6 +572,7 @@ AllPlotWindow::AllPlotWindow(Context *context) : fullPlot->setFixedHeight(100); fullPlot->setCanvasBackground(GColor(CRIDEPLOTBACKGROUND)); fullPlot->setHighlightIntervals(false); + fullPlot->setPaintBrush(0); static_cast(fullPlot->canvas())->setBorderRadius(0); fullPlot->setWantAxis(false); fullPlot->setContentsMargins(0,0,0,0);