fe1689a6c7
When a nested library table row is marked as disabled or hidden, its contained libraries are now properly excluded from the flattened library list returned by LIBRARY_MANAGER::Rows(). Previously, libraries from disabled/hidden nested tables were incorrectly included. Fixes https://gitlab.com/kicad/code/kicad/-/issues/22784
8 lines
539 B
Plaintext
8 lines
539 B
Plaintext
(sym_lib_table
|
|
(version 7)
|
|
(lib (name "4xxx") (type "KiCad") (uri "${KICAD8_SYMBOL_DIR}/4xxx.kicad_sym") (options "") (descr "4xxx series symbols"))
|
|
(lib (name "4xxx_IEEE") (type "KiCad") (uri "${KICAD8_SYMBOL_DIR}/4xxx_IEEE.kicad_sym") (options "") (descr "4xxx series IEEE symbols"))
|
|
(lib (name "Microcontrollers") (type "Table") (uri "microcontrollers") (options "") (descr "All the microcontrollers") (disabled))
|
|
(lib (name "74xx") (type "KiCad") (uri "${KICAD8_SYMBOL_DIR}/74xx.kicad_sym") (options "") (descr "74xx symbols"))
|
|
)
|