history: fixed DMS history when multiple inputs
This commit is contained in:
@ -450,7 +450,6 @@ cdef class View(OBIWrapper) :
|
|||||||
s+=invi_node_name_quotes
|
s+=invi_node_name_quotes
|
||||||
s+=b" [width=0, style=invis, shape=point]\n"
|
s+=b" [width=0, style=invis, shape=point]\n"
|
||||||
history.append(s)
|
history.append(s)
|
||||||
for input in level:
|
|
||||||
# Connect all inputs to the invisible node
|
# Connect all inputs to the invisible node
|
||||||
for elt in input:
|
for elt in input:
|
||||||
s = b"\t"
|
s = b"\t"
|
||||||
|
Reference in New Issue
Block a user