mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2448 Summary plot: Retain auto zoom for axes you haven't modified the range for.
This commit is contained in:
@@ -78,6 +78,9 @@ public:
|
||||
void setVisibleRangeMin(double value);
|
||||
void setVisibleRangeMax(double value);
|
||||
|
||||
bool isAutoZoom() const;
|
||||
void setAutoZoom(bool enableAutoZoom);
|
||||
|
||||
bool isActive() const;
|
||||
|
||||
protected:
|
||||
@@ -100,4 +103,5 @@ private:
|
||||
caf::PdmField<QDateTime> m_visibleDateRangeMax;
|
||||
caf::PdmField<double> m_visibleTimeRangeMin;
|
||||
caf::PdmField<double> m_visibleTimeRangeMax;
|
||||
caf::PdmField<bool> m_isAutoZoom;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user