Eagle SCH import: save the imported library file once the library section is processed
It is required to access symbol data in later import stages.
This commit is contained in:
parent
fdb6bbab7b
commit
9ee698bbcd
|
@ -516,6 +516,8 @@ void SCH_EAGLE_PLUGIN::loadSchematic( wxXmlNode* aSchematicNode )
|
|||
libraryNode = libraryNode->GetNext();
|
||||
}
|
||||
|
||||
m_pi->SaveLibrary( getLibFileName().GetFullPath() );
|
||||
|
||||
// find all nets and count how many sheets they appear on.
|
||||
// local labels will be used for nets found only on that sheet.
|
||||
countNets( aSchematicNode );
|
||||
|
|
Loading…
Reference in New Issue