mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refresh animation toolbar using createDisplayModelAndRedraw()
p4#: 21394
This commit is contained in:
@@ -762,20 +762,15 @@ void RimReservoirView::loadDataAndUpdate()
|
|||||||
m_reservoirGridPartManager->clearGeometryCache();
|
m_reservoirGridPartManager->clearGeometryCache();
|
||||||
|
|
||||||
syncronizeWellsWithResults();
|
syncronizeWellsWithResults();
|
||||||
this->clampCurrentTimestep();
|
|
||||||
|
|
||||||
createDisplayModel();
|
createDisplayModelAndRedraw();
|
||||||
updateDisplayModelVisibility();
|
|
||||||
if (cameraPosition().isIdentity())
|
if (cameraPosition().isIdentity())
|
||||||
{
|
{
|
||||||
setDefaultView();
|
setDefaultView();
|
||||||
}
|
}
|
||||||
overlayInfoConfig()->update3DInfo();
|
|
||||||
|
|
||||||
if (animationMode && m_viewer)
|
overlayInfoConfig()->update3DInfo();
|
||||||
{
|
|
||||||
m_viewer->slotSetCurrentFrame(m_currentTimeStep);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user