mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
3D Well Log Curves (#2764): Rim3dWellLogFileCurve does not react to draw plane changes
This commit is contained in:
parent
bf5d95d873
commit
53d5c809ac
@ -107,6 +107,7 @@ void Rim3dWellLogFileCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedF
|
|||||||
{
|
{
|
||||||
this->resetMinMaxValuesAndUpdateUI();
|
this->resetMinMaxValuesAndUpdateUI();
|
||||||
}
|
}
|
||||||
|
Rim3dWellLogCurve::fieldChangedByUi(changedField, oldValue, newValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -87,6 +87,7 @@ void Rim3dWellLogRftCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
|
|||||||
{
|
{
|
||||||
this->resetMinMaxValuesAndUpdateUI();
|
this->resetMinMaxValuesAndUpdateUI();
|
||||||
}
|
}
|
||||||
|
Rim3dWellLogCurve::fieldChangedByUi(changedField, oldValue, newValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user