From f2a4fee68f4e46dfcb1f6557dad5fc6ed4fae58d Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 30 Jan 2017 14:59:10 +0100 Subject: [PATCH] Added missing updateConnectedEditors --- ApplicationCode/ProjectDataModel/RimEclipseView.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ApplicationCode/ProjectDataModel/RimEclipseView.cpp b/ApplicationCode/ProjectDataModel/RimEclipseView.cpp index 4b441e6994..6b7406a2d7 100644 --- a/ApplicationCode/ProjectDataModel/RimEclipseView.cpp +++ b/ApplicationCode/ProjectDataModel/RimEclipseView.cpp @@ -633,6 +633,10 @@ void RimEclipseView::updateCurrentTimeStep() } m_overlayInfoConfig()->update3DInfo(); + + // Invisible Wells are marked as read only when "show wells intersecting visible cells" is enabled + // Visibility of wells differ betweeen time steps, so trigger a rebuild of tree state items + wellCollection->updateConnectedEditors(); } //--------------------------------------------------------------------------------------------------