Don't fill curves on FullPlot

.. even if its selected in options.
This commit is contained in:
Mark Liversedge
2015-01-02 08:03:49 +00:00
parent d80a326d66
commit d255ae5f92

View File

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