#9117 Summary/Well Log Plot: fix missing update on legend font size change.

This commit is contained in:
Kristian Bendiksen
2022-08-12 14:34:54 +02:00
committed by Magne Sjaastad
parent 29cf555b59
commit 613ab6279d
3 changed files with 40 additions and 18 deletions

View File

@@ -106,6 +106,9 @@ protected:
bool hasHeightForWidth() const override;
void updateMarginsFromPageLayout();
void updateLegendColumns( RiuQwtPlotLegend* legend );
void updateLegendFont( RiuQwtPlotLegend* legend );
std::pair<int, int> rowAndColumnCount( int plotWidgetCount ) const;
void alignAxes();