Fixed missing cell result color for static cell results

This commit is contained in:
Magne Sjaastad 2014-09-23 10:43:38 +02:00
parent 74f927e13f
commit c7888bc2d3

View File

@ -686,7 +686,7 @@ void RimReservoirView::createDisplayModel()
// If the animation was active before recreating everything, make viewer view current frame
if (isAnimationActive)
if (isAnimationActive || cellResult->hasResult())
{
m_viewer->slotSetCurrentFrame(m_currentTimeStep);
}