Fixed tree view visibility of the parent field of input property collection

This commit is contained in:
Pål Hagen 2015-08-24 11:35:07 +02:00
parent 17465beba8
commit 16764b5487

View File

@ -52,6 +52,7 @@ RimEclipseInputCase::RimEclipseInputCase()
CAF_PDM_InitFieldNoDefault(&m_inputPropertyCollection, "InputPropertyCollection", "", "", "", "");
m_inputPropertyCollection = new RimEclipseInputPropertyCollection;
m_inputPropertyCollection->parentField()->uiCapability()->setUiHidden(true);
}