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:
Maciej Suminski 2018-04-06 12:42:10 +02:00
parent fdb6bbab7b
commit 9ee698bbcd
1 changed files with 2 additions and 0 deletions

View File

@ -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 );