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);