From e7f3337b7967c7a4071d839958d4ac41f2831039 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 10 Jan 2020 15:59:08 +1300 Subject: [PATCH] Some minor cleaning up. --- .../widget/GraphPanelWidget/src/graphpanelplotwidget.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp b/src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp index 0aa0be7322..ea0c2be1a1 100644 --- a/src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp +++ b/src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp @@ -2097,10 +2097,6 @@ void GraphPanelPlotWidget::setFontSize(int pFontSize, bool pForceSetting) mLegend->setFontSize(pFontSize); - // Point coordinates - - mPointCoordinatesFontSize = pFontSize; - // Title setTitle(title().text()); @@ -2123,10 +2119,6 @@ void GraphPanelPlotWidget::setFontSize(int pFontSize, bool pForceSetting) setAxisFont(QwtPlot::yLeft, newFont); setTitleAxisY(titleAxisY()); - // Zoom region - - mZoomRegionFontSize = pFontSize; - // Our new font size may have some effects on the alignment with our // neighbours, so update ourselves