From cd6ebc965aff6cfc39a38410d2a8178f697d3085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Fri, 20 Jan 2017 09:44:12 +0100 Subject: [PATCH] #1106 Update data on loadDataAndUpdate --- ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp b/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp index b1e86cdd9a..94f689e567 100644 --- a/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp +++ b/ApplicationCode/ProjectDataModel/Flow/RimWellAllocationPlot.cpp @@ -249,6 +249,7 @@ QString RimWellAllocationPlot::description() const void RimWellAllocationPlot::loadDataAndUpdate() { updateViewerWidgetBasic(); + updateFromWell(); } //--------------------------------------------------------------------------------------------------