#5456 Auto zoom X in Well Log Plots if the range changes considerably when changing curve data

This commit is contained in:
Gaute Lindkvist
2020-02-04 09:45:32 +01:00
parent cb30841d1e
commit 228b651789
4 changed files with 142 additions and 63 deletions

View File

@@ -80,6 +80,7 @@ protected:
void updateLegendsInPlot() override;
void setOverrideCurveDataXRange( double minimumValue, double maximumValue );
void calculateCurveDataXRange();
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue );
private:
cvf::ref<RigWellLogCurveData> m_curveData;