mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Bubble plot (#5452)
Bubble plot issues #5209 #2285 #5308 Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
This commit is contained in:
@@ -633,6 +633,8 @@ void RimEclipseView::onUpdateDisplayModelForCurrentTimeStep()
|
||||
|
||||
m_overlayInfoConfig()->update3DInfo();
|
||||
|
||||
wellCollection()->updateWellDisks();
|
||||
|
||||
// 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();
|
||||
@@ -922,6 +924,8 @@ void RimEclipseView::onLoadDataAndUpdate()
|
||||
|
||||
this->faultCollection()->syncronizeFaults();
|
||||
|
||||
this->m_wellCollection->updateWellDisks();
|
||||
|
||||
scheduleReservoirGridGeometryRegen();
|
||||
m_simWellsPartManager->clearGeometryCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user