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

@@ -910,10 +910,7 @@ void WellSelectionPage::buildWellTreeView()
for (size_t wIdx = 0; wIdx < oilField->wells.size(); wIdx++)
{
RimWellPathEntry* wellPathEntry = oilField->wells[wIdx];
if (wellPathEntry->selected)
{
fieldGroup->objects.push_back(wellPathEntry);
}
fieldGroup->objects.push_back(wellPathEntry);
}
}
}