mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed missing update of the 3D view after deleting statistic results
p4#: 21894
This commit is contained in:
@@ -527,7 +527,7 @@ void RimReservoirView::createDisplayModel()
|
||||
timeStepIndices.push_back(0);
|
||||
}
|
||||
|
||||
updateLegends();
|
||||
|
||||
|
||||
cvf::Collection<cvf::ModelBasicList> frameModels;
|
||||
size_t timeIdx;
|
||||
@@ -644,6 +644,8 @@ void RimReservoirView::createDisplayModel()
|
||||
m_viewer->slotSetCurrentFrame(m_currentTimeStep);
|
||||
}
|
||||
|
||||
overlayInfoConfig()->update3DInfo();
|
||||
updateLegends();
|
||||
}
|
||||
|
||||
|
||||
@@ -848,7 +850,6 @@ void RimReservoirView::loadDataAndUpdate()
|
||||
setDefaultView();
|
||||
}
|
||||
|
||||
overlayInfoConfig()->update3DInfo();
|
||||
}
|
||||
|
||||
|
||||
@@ -1443,8 +1444,6 @@ void RimReservoirView::updateDisplayModelForWellResults()
|
||||
createDisplayModel();
|
||||
updateDisplayModelVisibility();
|
||||
|
||||
overlayInfoConfig()->update3DInfo();
|
||||
|
||||
if (animationMode && m_viewer)
|
||||
{
|
||||
m_viewer->slotSetCurrentFrame(m_currentTimeStep);
|
||||
|
||||
Reference in New Issue
Block a user