klauer / qtpynodeeditor

Python Qt NodeEditor (qtpy, PyQt5, PySide)
https://klauer.github.io/qtpynodeeditor/
Other
186 stars 53 forks source link

Wrong connections in calculator example #38

Closed akrinke closed 4 years ago

akrinke commented 4 years ago

In the calculator example, both inputs of the operation nodes are connected to the same input node. In the following line, it should say node_b instead of node_a.

https://github.com/klauer/qtpynodeeditor/blob/2a9c8c670fde1569481939b01674fec47333bc4d/qtpynodeeditor/examples/calculator.py#L406