Skip to content

Commit 8b810ef

Browse files
authored
address issue #239
1 parent 44a6c9d commit 8b810ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/base/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def _layout_graph_down(graph):
305305

306306
def _layout_graph_up(graph):
307307
nodes = graph.selected_nodes() or graph.all_nodes()
308-
graph.auto_layout_nodes(nodes-nodes, down_stream=False)
308+
graph.auto_layout_nodes(nodes=nodes, down_stream=False)
309309

310310

311311
# topological_sort

0 commit comments

Comments
 (0)