Fixed visibility of items in tree view

This commit is contained in:
Magne Sjaastad
2015-08-12 17:46:22 +02:00
parent 8f051e6a72
commit beb291e1ce
4 changed files with 6 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ RimWellPathImport::RimWellPathImport()
CAF_PDM_InitField(&west, "UtmWest", 0.0, "West", "", "", "");
CAF_PDM_InitFieldNoDefault(&regions, "Regions", "", "", "", "");
regions.uiCapability()->setUiHidden(true);
}
//--------------------------------------------------------------------------------------------------