Added missing updateConnectedEditors

This commit is contained in:
Magne Sjaastad
2017-01-30 14:59:10 +01:00
parent 9aa273e3a2
commit f2a4fee68f

View File

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