mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use a special flag to indicate hidden children of a field.
Added new method in PdmUiItem called isUiHideChildren() p4#: 22093
This commit is contained in:
@@ -49,6 +49,7 @@ RimResultSlot::RimResultSlot()
|
||||
CAF_PDM_InitFieldNoDefault(&legendConfig, "LegendDefinition", "Legend Definition", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&m_legendConfigData, "ResultVarLegendDefinitionList", "", "", "", "");
|
||||
m_legendConfigData.setUiHidden(true);
|
||||
m_legendConfigData.setUiHideChildren(true);
|
||||
|
||||
legendConfig = new RimLegendConfig();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user