a416eb2cf6
Some how symbol names that still have escaped '/' character get mixed with
symbol names that have '/' characters now that it is no longer an invalid
LIB_ID character. This was causing derived symbols to loose the link to
the parent symbol. This fix replaces any instances of "{slash}" with "/"
to convert symbol names to the proper escaping.
Thanks to JP for the inspiration for the fix.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15715
Manually cherry picked from commit
|
||
---|---|---|
.. | ||
altium | ||
cadstar | ||
database | ||
eagle | ||
kicad | ||
legacy | ||
sch_lib_plugin_cache.cpp | ||
sch_lib_plugin_cache.h |