Fixed the GeoMech part of the tree.

This commit is contained in:
Jacob Støren
2015-08-11 15:23:57 +02:00
parent 3d599542f4
commit 8bc9c734a2
6 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ RimGeoMechPropertyFilterCollection::RimGeoMechPropertyFilterCollection()
CAF_PDM_InitObject("GeoMech Property Filters", ":/CellFilter_Values.png", "", "");
CAF_PDM_InitFieldNoDefault(&propertyFilters, "PropertyFilters", "Property Filters", "", "", "");
propertyFilters.uiCapability()->setUiHidden(true);
CAF_PDM_InitField(&active, "Active", true, "Active", "", "", "");
active.uiCapability()->setUiHidden(true);
}