#5478 Make well measurement visibility independent of well path visibility

This commit is contained in:
Kristian Bendiksen
2020-02-07 09:04:39 +01:00
parent 84fbd94563
commit e1c4f98059
2 changed files with 12 additions and 11 deletions

View File

@@ -86,8 +86,6 @@ void RivWellPathsPartMgr::appendDynamicGeometryPartsToModel( cvf::ModelBasicList
double characteristicCellSize,
const cvf::BoundingBox& wellPathClipBoundingBox )
{
if ( !isWellPathVisible() ) return;
createPartManagersIfRequired();
for ( auto& partMgr : m_wellPathsPartMgrs )