Pass symbol's netlist to footprint preview widget.

This allows us to show the pin functions on the corresponding
pads.

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

(cherry picked from commit 72ba31ba27)
This commit is contained in:
Jeff Young
2024-03-14 18:04:52 +00:00
parent c0ad519e53
commit e893ed4590
14 changed files with 143 additions and 60 deletions
+2 -2
View File
@@ -287,8 +287,8 @@ protected:
/*
* Symbol netlist format:
* pinCount
* fpFilters
* pinNumber pinName <tab> pinNumber pinName...
* fpFilter fpFilter...
*/
std::string m_symbolNetlist;
};