mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix missing timestep menu
This commit is contained in:
@@ -384,7 +384,9 @@ void RimIntersectionResultDefinition::defineUiOrdering( QString uiConfigName, ca
|
||||
m_geomResultDefinition->uiOrdering( uiConfigName, uiOrdering );
|
||||
}
|
||||
|
||||
if ( ( eclipseCase && m_eclipseResultDefinition->hasDynamicResult() ) || geomCase )
|
||||
if ( ( eclipseCase && m_eclipseResultDefinition->hasDynamicResult() ||
|
||||
m_eclipseResultDefinition->isTernarySaturationSelected() ) ||
|
||||
geomCase )
|
||||
{
|
||||
uiOrdering.add( &m_timeStep );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user