mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Bubble Plot : Make sure update happens before part creation
This commit is contained in:
parent
56f07e6dae
commit
b8ec574294
@ -629,11 +629,12 @@ void RimEclipseView::onUpdateDisplayModelForCurrentTimeStep()
|
||||
|
||||
updateVisibleGeometriesAndCellColors();
|
||||
|
||||
wellCollection()->updateWellDisks();
|
||||
|
||||
appendWellsAndFracturesToModel();
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user