mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 07:26:03 -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", "", "", "", "");
|
||||
|
||||
m_annotations.uiCapability()->setUiHidden(true);
|
||||
m_annotations.push_back(new RimPlotAxisAnnotation);
|
||||
m_annotations.push_back(new RimPlotAxisAnnotation);
|
||||
m_annotations.uiCapability()->setUiTreeChildrenHidden(true);
|
||||
|
||||
updateOptionSensitivity();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user