3D Well Log Curves (#2764): Rim3dWellLogFileCurve does not react to draw plane changes

This commit is contained in:
Gaute Lindkvist 2018-04-19 13:53:57 +02:00
parent bf5d95d873
commit 53d5c809ac
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ void Rim3dWellLogFileCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedF
{
this->resetMinMaxValuesAndUpdateUI();
}
Rim3dWellLogCurve::fieldChangedByUi(changedField, oldValue, newValue);
}
//--------------------------------------------------------------------------------------------------

View File

@ -87,6 +87,7 @@ void Rim3dWellLogRftCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
{
this->resetMinMaxValuesAndUpdateUI();
}
Rim3dWellLogCurve::fieldChangedByUi(changedField, oldValue, newValue);
}
//--------------------------------------------------------------------------------------------------