Eagle(.lbr) footprints not listed in Library Browser
Fixes: lp:1807629 https://bugs.launchpad.net/kicad/+bug/1807629
This commit is contained in:
parent
253b14b871
commit
372a09f299
|
@ -763,7 +763,7 @@ void EAGLE_PLUGIN::loadPlain( wxXmlNode* aGraphics )
|
||||||
|
|
||||||
void EAGLE_PLUGIN::loadLibrary( wxXmlNode* aLib, const wxString* aLibName )
|
void EAGLE_PLUGIN::loadLibrary( wxXmlNode* aLib, const wxString* aLibName )
|
||||||
{
|
{
|
||||||
if( !aLib || !aLibName )
|
if( !aLib )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// library will have <xmlattr> node, skip that and get the single packages node
|
// library will have <xmlattr> node, skip that and get the single packages node
|
||||||
|
|
Loading…
Reference in New Issue