mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
9437 fix missing summary sub plot update
Summary plot: fix missing sub plot title updates. Janitor: improve RiuPlotWidget interface.
This commit is contained in:
@@ -115,8 +115,8 @@ public:
|
||||
|
||||
virtual void setPlotTitle( const QString& plotTitle ) = 0;
|
||||
const QString& plotTitle() const;
|
||||
void setPlotTitleEnabled( bool enabled );
|
||||
bool plotTitleEnabled() const;
|
||||
virtual void setPlotTitleEnabled( bool enabled ) = 0;
|
||||
virtual bool plotTitleEnabled() const = 0;
|
||||
virtual void setPlotTitleFontSize( int titleFontSize ) = 0;
|
||||
|
||||
virtual void setLegendFontSize( int fontSize ) = 0;
|
||||
|
||||
Reference in New Issue
Block a user