From 8ee7229f600c8cde910adf43dd91561d15e3c7c4 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 2 Feb 2017 12:37:58 +0100 Subject: [PATCH] #1163 Well Acc plot: Timestep and case changes in GUI is not handled --- .../ProjectDataModel/Flow/RimWellAllocationPlot.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); }