From c28ed7f20649431ea552f2d6bc55f806b13f529b Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 6 Feb 2017 11:09:02 +0100 Subject: [PATCH] Default state is to show all wells --- ApplicationCode/ProjectDataModel/RimEclipseWellCollection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/RimEclipseWellCollection.cpp b/ApplicationCode/ProjectDataModel/RimEclipseWellCollection.cpp index 95b724e3bd..30bc5cdb4e 100644 --- a/ApplicationCode/ProjectDataModel/RimEclipseWellCollection.cpp +++ b/ApplicationCode/ProjectDataModel/RimEclipseWellCollection.cpp @@ -110,7 +110,7 @@ RimEclipseWellCollection::RimEclipseWellCollection() CAF_PDM_InitField(&isActive, "Active", true, "Active", "", "", ""); isActive.uiCapability()->setUiHidden(true); - CAF_PDM_InitField(&showWellsIntersectingVisibleCells, "ShowWellsIntersectingVisibleCells", true, "Show Wells Intersecting Visible Cells", "", "", ""); + CAF_PDM_InitField(&showWellsIntersectingVisibleCells, "ShowWellsIntersectingVisibleCells", false, "Show Wells Intersecting Visible Cells", "", "", ""); // Appearance CAF_PDM_InitFieldNoDefault(&m_showWellHead, "ShowWellHeadTristate", "Show Well Head", "", "", "");