mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Under certain circumstances, the library symbol links were missing the library nickname causing the schematic symbols to appear as if the library symbol was missing. Added a helper function to create the symbol library name to avoid code duplication. Fixes https://gitlab.com/kicad/code/kicad/-/issues/17143