#2922 Change curve min/max when updating case and timestep.

This commit is contained in:
Gaute Lindkvist
2018-05-15 17:54:20 +02:00
parent 1b6d6e714c
commit 5aa6ebbd76
3 changed files with 14 additions and 1 deletions

View File

@@ -142,7 +142,7 @@ void Rim3dWellLogRftCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
const QVariant& oldValue,
const QVariant& newValue)
{
if (changedField == &m_wellLogChannelName)
if (changedField == &m_wellLogChannelName || changedField == &m_timeStep)
{
this->resetMinMaxValuesAndUpdateUI();
}