Bubble Plot : Make sure update happens before part creation

This commit is contained in:
Magne Sjaastad 2020-02-04 12:30:24 +01:00
parent 56f07e6dae
commit b8ec574294

View File

@ -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