mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hide some fields from the target list
This commit is contained in:
parent
5759c6261b
commit
c4c6eb75f2
@ -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 );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user