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

Net names case sensitivity in GUI highlighting #37

Closed Tectu closed 1 year ago

Tectu commented 1 year ago

Net names should be case sensitive. However, when hovering over a net, the scene highlights all matching wirenets using a case insensitive name comparison. This comparison should also be case sensitive.