mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed tree view visibility of the parent field of input property collection
This commit is contained in:
@@ -52,6 +52,7 @@ RimEclipseInputCase::RimEclipseInputCase()
|
|||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_inputPropertyCollection, "InputPropertyCollection", "", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_inputPropertyCollection, "InputPropertyCollection", "", "", "", "");
|
||||||
m_inputPropertyCollection = new RimEclipseInputPropertyCollection;
|
m_inputPropertyCollection = new RimEclipseInputPropertyCollection;
|
||||||
|
m_inputPropertyCollection->parentField()->uiCapability()->setUiHidden(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user