Browse Source

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.
pull/12/merge
Maciej Suminski 8 years ago
parent
commit
9ee698bbcd
  1. 2
      eeschema/sch_eagle_plugin.cpp

2
eeschema/sch_eagle_plugin.cpp

@ -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…
Cancel
Save