SSIHUB: Regions and well paths unselected by default

This commit is contained in:
Magne Sjaastad
2013-10-22 08:54:48 +02:00
parent d9696ce820
commit 631353cf97
3 changed files with 3 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ RimWellPathEntry::RimWellPathEntry()
CAF_PDM_InitObject("WellPathEntry", "", "", "");
CAF_PDM_InitFieldNoDefault(&name, "Name", "Name", "", "", "");
CAF_PDM_InitField(&selected, "Selected", true, "Selected", "", "", "");
CAF_PDM_InitField(&selected, "Selected", false, "Selected", "", "", "");
caf::AppEnum< RimWellPathEntry::WellTypeEnum > wellType = WELL_ALL;
CAF_PDM_InitField(&wellPathType, "WellPathType", wellType, "Well path type", "", "", "");