Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jan 10, 2020
1 parent 7659db0 commit e7f3337
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -2097,10 +2097,6 @@ void GraphPanelPlotWidget::setFontSize(int pFontSize, bool pForceSetting)

mLegend->setFontSize(pFontSize);

// Point coordinates

mPointCoordinatesFontSize = pFontSize;

// Title

setTitle(title().text());
Expand All @@ -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

Expand Down

0 comments on commit e7f3337

Please sign in to comment.