mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update Well IA and Fault RA processing workflows to work with updated tree UI hidden/visible logic changes.
This commit is contained in:
@@ -99,6 +99,7 @@ RimFaultInViewCollection::RimFaultInViewCollection()
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_faultRASettings, "FaultRASettings", "Reactivation Assessment Settings", "", "", "" );
|
||||
m_faultRASettings = new RimFaultRASettings();
|
||||
m_faultRASettings.uiCapability()->setUiHidden( true );
|
||||
m_faultRASettings.uiCapability()->setUiTreeHidden( true );
|
||||
}
|
||||
|
||||
@@ -325,6 +326,13 @@ void RimFaultInViewCollection::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiT
|
||||
auto uiTree = eclipseView->faultResultSettings()->uiTreeOrdering();
|
||||
uiTreeOrdering.appendChild( uiTree );
|
||||
}
|
||||
|
||||
for ( const auto& fault : faults )
|
||||
{
|
||||
uiTreeOrdering.add( fault );
|
||||
}
|
||||
|
||||
uiTreeOrdering.skipRemainingChildren( true );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user