mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Hide some fields from the target list
This commit is contained in:
@@ -70,6 +70,9 @@ RimWellPathTarget::RimWellPathTarget()
|
||||
|
||||
CAF_PDM_InitField( &m_lateralMDConnection, "LateralMD", 0.0, "Lateral Anchor Point MD", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_parentWellPath, "ParentWellPath", "Parent Well Path", "", "", "" );
|
||||
|
||||
m_lateralMDConnection.uiCapability()->setUiHidden( true );
|
||||
m_parentWellPath.uiCapability()->setUiHidden( true );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user