mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7727 Well Path : Do not show context menu for tree nodes
This commit is contained in:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user