mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix zoom all in well log plots
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user