Skip to content

Commit 41e46ec

Browse files
committed
pipe slicing bug fix #332
1 parent c9bf25b commit 41e46ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/base/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ def pipe_slicing(self):
927927
Returns:
928928
bool: True if pipe slicing is enabled.
929929
"""
930-
return self._model.pipe_collision
930+
return self._model.pipe_slicing
931931

932932
def set_pipe_slicing(self, mode=True):
933933
"""

0 commit comments

Comments
 (0)