#1724 Apply fix on dev branch

This commit is contained in:
Magne Sjaastad
2017-08-04 10:31:55 +02:00
parent 6ddfab6823
commit 88186619db
3 changed files with 11 additions and 8 deletions

View File

@@ -255,7 +255,7 @@ void RivWellPathPartMgr::buildWellPathParts(const caf::DisplayCoordTransform* di
clippedPoints.push_back(wellPathGeometry->m_wellPathPoints[idx]);
}
pbd.m_pipeGeomGenerator->setFirstSegmentIndex(firstVisibleSegmentIndex);
pbd.m_pipeGeomGenerator->setFirstVisibleSegmentIndex(firstVisibleSegmentIndex);
}
if (clippedPoints.size() < 2) return;