mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Reset the zoom to show the entire depth range only when the first curve is added
Additional additions or changed parameters (by the user) will not change the visible depth settings. Did some code cleanup.
This commit is contained in:
@@ -49,10 +49,11 @@ public:
|
||||
|
||||
void zoomDepth(double zoomFactor);
|
||||
void panDepth(double panFactor);
|
||||
void setDepthRange(double minimumDepth, double maximumDepth);
|
||||
void setVisibleDepthRange(double minimumDepth, double maximumDepth);
|
||||
|
||||
void updateAvailableDepthRange();
|
||||
bool availableDepthRange(double* minimumDepth, double* maximumDepth);
|
||||
void availableDepthRange(double* minimumDepth, double* maximumDepth) const;
|
||||
bool hasAvailableDepthRange() const;
|
||||
|
||||
void visibleDepthRange(double* minimumDepth, double* maximumDepth) const;
|
||||
void updateAxisRanges();
|
||||
|
Reference in New Issue
Block a user