Browse Source

use "pattern" instead of "sourcelibreference" for footprints

6.0.7
WhiteChairFromIkea 5 years ago
committed by Jeff Young
parent
commit
6533b47f0a
  1. 1
      pcbnew/plugins/altium/altium_parser_pcb.h

1
pcbnew/plugins/altium/altium_parser_pcb.h

@ -377,6 +377,7 @@ struct ACOMPONENT6
bool commenton; bool commenton;
wxString sourcedesignator; wxString sourcedesignator;
wxString sourcefootprintlibrary; wxString sourcefootprintlibrary;
wxString pattern;
wxString sourcecomponentlibrary; wxString sourcecomponentlibrary;
wxString sourcelibreference; wxString sourcelibreference;

Loading…
Cancel
Save