mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1174 Made 3D main window pop up, and set wether to show Max Fractrion Injectors or Producers. Set timestep in 3D view to match plot.
This commit is contained in:
@@ -634,7 +634,7 @@ void RiuViewer::setCurrentFrame(int frameIndex)
|
||||
cvf::Rendering* firstRendering = m_mainRendering.p();
|
||||
CVF_ASSERT(firstRendering);
|
||||
|
||||
if (m_rimView) m_rimView->setCurrentTimeStep(frameIndex);
|
||||
if (m_rimView) m_rimView->setCurrentTimeStepAndUpdate(frameIndex);
|
||||
|
||||
animationControl()->setCurrentFrameOnly(frameIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user