simulton / QSchematic

A library that allows creating diagrams such as flowcharts or even proper engineering schematics within a Qt application.
https://simulton.com
MIT License
231 stars 60 forks source link

Ignore hidden connectors when creating netlist #28

Closed Tectu closed 3 years ago

Tectu commented 3 years ago

From the top of my mind it seems like the netlist generator includes connectors that are hidden. This should not be the case. Hidden connectors should be ignored when generating a netlist.

This also applies for returning the list of connection points of a node.

Tectu commented 3 years ago

Fixed in 5f29530b39860a847bb379dc49604580454ac489.