Skip to content
Snippets Groups Projects
Commit 5675a55e32ea authored by Sylvain Thenault's avatar Sylvain Thenault
Browse files

set parent

parent 34c8e9feb357
No related branches found
No related tags found
No related merge requests found
......@@ -775,6 +775,7 @@
for term in self.selection:
for vref in term.iget_nodes(nodes.VariableRef):
if not vref in selection:
vref.parent = self
selection.append(vref)
self.selection = selection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment