mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
Fixed missing cell result color for static cell results
This commit is contained in:
parent
74f927e13f
commit
c7888bc2d3
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user