mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2944 Stop auto-zooming on load of Well Log Curves.
This commit is contained in:
@@ -99,9 +99,13 @@ public:
|
||||
void setAndUpdateSimWellFormationNamesAndBranchData(RimCase* rimCase, const QString& simWellName, int branchIndex, bool useBranchDetection);
|
||||
void setAndUpdateSimWellFormationNamesData(RimCase* rimCase, const QString& simWellName);
|
||||
|
||||
void setAutoScaleXEnabled(bool enabled);
|
||||
void availableDepthRange(double* minimumDepth, double* maximumDepth);
|
||||
void updateXZoomAndParentPlotDepthZoom();
|
||||
void updateXZoom();
|
||||
void updateParentPlotZoom();
|
||||
void calculateXZoomRangeAndUpdateQwt();
|
||||
void applyXZoomFromVisibleRange();
|
||||
void calculateXZoomRange();
|
||||
void updateEditors();
|
||||
|
||||
void setShowFormations(bool on);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user