mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Show case option when not in the tree.
This commit is contained in:
parent
21041c476d
commit
ce6199289f
@ -1895,7 +1895,8 @@ void RimEclipseView::defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering&
|
||||
{
|
||||
Rim3dView::defineUiOrdering( uiConfigName, uiOrdering );
|
||||
|
||||
uiOrdering.add( &m_eclipseCase );
|
||||
// Only show case option when not under a case in the project tree.
|
||||
if ( !firstAncestorOrThisOfType<RimEclipseCase>() ) uiOrdering.add( &m_eclipseCase );
|
||||
|
||||
caf::PdmUiGroup* cellGroup = uiOrdering.addNewGroup( "Cell Visibility" );
|
||||
cellGroup->add( &m_showInactiveCells );
|
||||
|
Loading…
Reference in New Issue
Block a user