Browse Source
Schematic cleanup only makes sense after the libraries are fully updated and loaded. Before pin caching, this was a minor difference but once we needed to update pin caches, schematic cleanup can remove junctions from pin-wire connections incorrectly. Instead, we use the global OpenProjectFiles() schematic cleanup call to be sufficient and not call a second time, prior to all libraries being rescued and loaded. Fixes: lp:1743148 * https://bugs.launchpad.net/kicad/+bug/1743148pull/5/merge
committed by
Wayne Stambaugh
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue