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