#692 SSIhub: Set wells default toggled on

This commit is contained in:
Magne Sjaastad 2019-06-17 10:21:23 +02:00
parent 03c1311d58
commit b17749ccbd

View File

@ -955,6 +955,7 @@ void WellSelectionPage::buildWellTreeView()
RimWellPathEntry* wellPathCopy = new RimWellPathEntry;
wellPathCopy->readObjectFromXmlString(objStr, caf::PdmDefaultObjectFactory::instance());
wellPathCopy->selected = true;
fieldGroup->objects.push_back(wellPathCopy);
}