Annotations. Hide isActive field in property editor

This commit is contained in:
Bjørn Erik Jensen 2018-12-18 15:08:27 +01:00
parent 4873381176
commit 4f1f52ec5c

View File

@ -44,6 +44,8 @@ RimAnnotationCollectionBase::RimAnnotationCollectionBase()
CAF_PDM_InitObject("Annotations", ":/WellCollection.png", "", "");
CAF_PDM_InitField(&m_isActive, "IsActive", true, "Is Active", "", "", "");
m_isActive.uiCapability()->setUiHidden(true);
CAF_PDM_InitFieldNoDefault(&m_textAnnotations, "TextAnnotations", "Text Annotations", "", "", "");
m_textAnnotations.uiCapability()->setUiHidden(true);