diff --git a/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp b/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp index edd02b7abe..0d35643df9 100644 --- a/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp +++ b/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp @@ -443,7 +443,9 @@ void RimWellAllocationPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedF { updateMdiWindowTitle(); } - else if (changedField == &m_wellName) + else if ( changedField == &m_wellName + || changedField == &m_case + || changedField == &m_timeStep) { updateFromWell(); }