mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11515 Show Eclipse data source on top in Property Editor
This commit is contained in:
parent
d0a870bb38
commit
0d48c7d5b7
@ -1899,11 +1899,11 @@ const std::vector<RivCellSetEnum>& RimEclipseView::visibleGridParts() const
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RimEclipseView::defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering )
|
void RimEclipseView::defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering )
|
||||||
{
|
{
|
||||||
Rim3dView::defineUiOrdering( uiConfigName, uiOrdering );
|
|
||||||
|
|
||||||
// Only show case option when not under a case in the project tree.
|
// Only show case option when not under a case in the project tree.
|
||||||
if ( !firstAncestorOrThisOfType<RimEclipseCase>() ) uiOrdering.add( &m_eclipseCase );
|
if ( !firstAncestorOrThisOfType<RimEclipseCase>() ) uiOrdering.add( &m_eclipseCase );
|
||||||
|
|
||||||
|
Rim3dView::defineUiOrdering( uiConfigName, uiOrdering );
|
||||||
|
|
||||||
caf::PdmUiGroup* cellGroup = uiOrdering.addNewGroup( "Cell Visibility" );
|
caf::PdmUiGroup* cellGroup = uiOrdering.addNewGroup( "Cell Visibility" );
|
||||||
cellGroup->add( &m_showInactiveCells );
|
cellGroup->add( &m_showInactiveCells );
|
||||||
cellGroup->add( &m_showInvalidCells );
|
cellGroup->add( &m_showInvalidCells );
|
||||||
|
Loading…
Reference in New Issue
Block a user