mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove all use of .uiCapability()->setUiTreeHidden( true );
This commit is contained in:
@@ -70,13 +70,11 @@ Rim2dIntersectionView::Rim2dIntersectionView()
|
||||
m_intersection.uiCapability()->setUiHidden( true );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_legendConfig, "LegendDefinition", "Color Legend" );
|
||||
m_legendConfig.uiCapability()->setUiTreeHidden( true );
|
||||
m_legendConfig.uiCapability()->setUiTreeChildrenHidden( true );
|
||||
m_legendConfig.xmlCapability()->disableIO();
|
||||
m_legendConfig = new RimRegularLegendConfig();
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_ternaryLegendConfig, "TernaryLegendDefinition", "Ternary Color Legend" );
|
||||
m_ternaryLegendConfig.uiCapability()->setUiTreeHidden( true );
|
||||
m_ternaryLegendConfig.uiCapability()->setUiTreeChildrenHidden( true );
|
||||
m_ternaryLegendConfig.xmlCapability()->disableIO();
|
||||
m_ternaryLegendConfig = new RimTernaryLegendConfig();
|
||||
|
||||
Reference in New Issue
Block a user