mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Fix invalid rename introduce by horizontal/vertical depth log plots
Fix deprecated
This commit is contained in:
@@ -71,9 +71,9 @@ public:
|
||||
void updateAfterInsertingIntoMultiPlot();
|
||||
|
||||
// Pure virtual interface methods
|
||||
virtual void setAutoScalePropertyValuesEnabled( bool enabled ) = 0;
|
||||
virtual void setAutoScaleDepthValuesEnabled( bool enabled ) = 0;
|
||||
virtual void updateAxes() = 0;
|
||||
virtual void setAutoScaleXEnabled( bool enabled ) = 0;
|
||||
virtual void setAutoScaleYEnabled( bool enabled ) = 0;
|
||||
virtual void updateAxes() = 0;
|
||||
|
||||
virtual void updateLegend() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user