kicad/eeschema/sch_plugins
Wayne Stambaugh 22bece0922 Schematic import bug fix.
Check for already loaded schematics in the current sheet path as well
as the current project root sheet path to prevent multiple loads of
shared schematic.  This bug was causing shared sheets to be loaded more
than once which caused instance data to get separated by each copy rather
than saved in one copy of the schematic which would result in all instance
data being lost except the last saved copy of the schematic.  This bug has
been around forever and may be the cause of some unexplained schematic
instance data corruption issues.  This bug does not apply when opening
the full project.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/11076

(cherry picked from commit 84f927d057)
2022-12-15 11:44:59 -05:00
..
altium Fix compile error in v6 2022-07-07 12:19:38 -07:00
cadstar Fix build error & just completely remove the string instead of guarding 2022-09-01 13:45:40 +02:00
eagle Pay attention to units for page frames. 2022-08-04 00:07:24 +01:00
kicad Schematic import bug fix. 2022-12-15 11:44:59 -05:00
legacy Fix broken legacy schematic file save. 2022-11-17 12:23:14 -05:00