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(); } //--------------------------------------------------------------------------------------------------