Fix zoom all in well log plots

This commit is contained in:
Gaute Lindkvist
2019-11-27 11:44:56 +01:00
parent 62817054c4
commit 18090338c7
4 changed files with 23 additions and 14 deletions

View File

@@ -86,7 +86,6 @@ public:
void availableDepthRange( double* minimumDepth, double* maximumDepth ) const;
void visibleDepthRange( double* minimumDepth, double* maximumDepth ) const;
void setAutoScaleYEnabled( bool enabled );
void enableAllAutoNameTags( bool enable );
void uiOrderingForDepthAxis( QString uiConfigName, caf::PdmUiOrdering& uiOrdering );
@@ -128,6 +127,7 @@ protected:
private:
void updateSubPlotNames() override;
void updatePlotWindowTitle() override;
void doSetAutoScaleYEnabled( bool enabled ) override;
protected:
caf::PdmChildField<RimWellLogCurveCommonDataSource*> m_commonDataSource;