clj / kom2

Interface KiCad database libraries with non-ODBC systems using magic
MIT License
6 stars 1 forks source link

Implement correct behaviour for handles #11

Open clj opened 1 year ago

clj commented 1 year ago

Freeing handles should only be possible when all other "child" handles have been freed. This would mean tracking the relationship between handles, which isn't happening at the moment:

This is more of a nice to have, since I doubt KiCad would be trying to release handles out of order