Set uiHidden states in order to make the new tree view identical to previous

This commit is contained in:
Magne Sjaastad
2015-08-09 11:16:52 +02:00
parent 550eccc521
commit 111509e52a
5 changed files with 14 additions and 5 deletions

View File

@@ -39,6 +39,8 @@ RimEclipseCaseCollection::RimEclipseCaseCollection(void)
CAF_PDM_InitObject("Grid Models", ":/Cases16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&cases, "Reservoirs", "", "", "", "");
cases.uiCapability()->setUiHidden(true);
CAF_PDM_InitFieldNoDefault(&caseGroups, "CaseGroups", "", "", "", "");
m_gridCollection = new RigGridManager;