mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor: Start using setUiTreeHidden where missing.
This commit is contained in:
committed by
Magne Sjaastad
parent
0db0cbe8ac
commit
75fe73ee64
@@ -39,8 +39,8 @@ RimCorrelationPlotCollection::RimCorrelationPlotCollection()
|
||||
CAF_PDM_InitFieldNoDefault( &m_correlationPlots, "CorrelationPlots", "Correlation Plots", "", "", "" );
|
||||
CAF_PDM_InitFieldNoDefault( &m_correlationReports, "CorrelationReports", "Correlation Reports", "", "", "" );
|
||||
|
||||
m_correlationPlots.uiCapability()->setUiHidden( true );
|
||||
m_correlationReports.uiCapability()->setUiHidden( true );
|
||||
m_correlationPlots.uiCapability()->setUiTreeHidden( true );
|
||||
m_correlationReports.uiCapability()->setUiTreeHidden( true );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user