use "pattern" instead of "sourcelibreference" for footprints

This commit is contained in:
WhiteChairFromIkea 2021-03-02 00:02:19 +00:00 committed by Jeff Young
parent a9ca1e4ebd
commit b33ec125ac
1 changed files with 4 additions and 0 deletions

View File

@ -274,6 +274,10 @@ ACOMPONENT6::ACOMPONENT6( ALTIUM_PARSER& aReader )
sourcedesignator = ALTIUM_PARSER::PropertiesReadString( properties, "SOURCEDESIGNATOR", "" );
sourcefootprintlibrary =
ALTIUM_PARSER::PropertiesReadString( properties, "SOURCEFOOTPRINTLIBRARY", "" );
// Actual footprint is under "PATTERN"
pattern = ALTIUM_PARSER::PropertiesReadString( properties, "PATTERN", "" );
sourcecomponentlibrary =
ALTIUM_PARSER::PropertiesReadString( properties, "SOURCECOMPONENTLIBRARY", "" );
sourcelibreference =