mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hide annotations from UI
This commit is contained in:
parent
7f0532999a
commit
795ce019ae
@ -99,8 +99,7 @@ RimPlotAxisProperties::RimPlotAxisProperties()
|
|||||||
CAF_PDM_InitFieldNoDefault(&m_annotations, "Annotations", "", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_annotations, "Annotations", "", "", "", "");
|
||||||
|
|
||||||
m_annotations.uiCapability()->setUiHidden(true);
|
m_annotations.uiCapability()->setUiHidden(true);
|
||||||
m_annotations.push_back(new RimPlotAxisAnnotation);
|
m_annotations.uiCapability()->setUiTreeChildrenHidden(true);
|
||||||
m_annotations.push_back(new RimPlotAxisAnnotation);
|
|
||||||
|
|
||||||
updateOptionSensitivity();
|
updateOptionSensitivity();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user