#7727 Well Path : Do not show context menu for tree nodes

This commit is contained in:
Magne Sjaastad
2021-05-26 15:47:07 +02:00
parent ec9713212e
commit f9ffd248f1
2 changed files with 5 additions and 5 deletions

View File

@@ -76,8 +76,6 @@ void cafTreeNode::allReferencedObjectsRecursively( const cafTreeNode* node, std:
if ( auto obj = node->referencedObject() )
{
objects.push_back( obj );
return;
}
for ( auto c : node->childNodes() )