Fix update of fonts in summary and grid cross plot axes

This commit is contained in:
Gaute Lindkvist
2019-10-25 09:40:57 +02:00
parent a4c78cb7c3
commit 0e9cda8e84
10 changed files with 23 additions and 56 deletions

View File

@@ -26,7 +26,6 @@
#include "RimPlotInterface.h"
#include "RimPlotWindow.h"
#include "RimRiuQwtPlotOwnerInterface.h"
#include "qwt_plot_textlabel.h"
@@ -105,7 +104,7 @@ public:
void reattachAllCurves();
void updateCaseNameHasChanged();
void updateAxes();
void updateAxes() override;
bool isLogarithmicScaleEnabled( RiaDefines::PlotAxis plotAxis ) const;