You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meshroom/ui/qml/GraphEditor/AttributePin.qml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -130,12 +130,11 @@ RowLayout {
130
130
||drag.source.objectName!=inputDragTarget.objectName// Not an edge connector
131
131
||!validIncomingConnection // Connection is not allowed
132
132
||drag.source.nodeItem===inputDragTarget.nodeItem// Connection between attributes of the same node
133
-
||drag.source.isList&&childrenRepeater.count// Source/target are lists but target already has children
134
133
||drag.source.connectorType==="input"// Refuse to connect an "input pin" on another one (input attr can be connected to input attr, but not the graphical pin)
0 commit comments