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

@@ -47,6 +47,7 @@ RimGeoMechPropertyFilter::RimGeoMechPropertyFilter()
// Set to hidden to avoid this item to been displayed as a child item
// Fields in this object are displayed using defineUiOrdering()
resultDefinition.uiCapability()->setUiHidden(true);
resultDefinition.uiCapability()->setUiChildrenHidden(true);
CAF_PDM_InitField(&lowerBound, "LowerBound", 0.0, "Min", "", "", "");
lowerBound.uiCapability()->setUiEditorTypeName(caf::PdmUiDoubleSliderEditor::uiEditorTypeName());