Update animation toolbar when changing well data source case

p4#: 21424
This commit is contained in:
Magne Sjaastad 2013-04-25 09:54:41 +02:00
parent 8fc9d06edb
commit f730707448

View File

@ -1322,6 +1322,9 @@ void RimReservoirView::updateDisplayModelForWellResults()
{
m_viewer->slotSetCurrentFrame(m_currentTimeStep);
}
RiuMainWindow::instance()->refreshAnimationActions();
}
//--------------------------------------------------------------------------------------------------