mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Annotations. Hide isActive field in property editor
This commit is contained in:
parent
4873381176
commit
4f1f52ec5c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user