diff --git a/cvpcb/readschematicnetlist.cpp b/cvpcb/readschematicnetlist.cpp index 41ec52afc0..06e0a36bbf 100644 --- a/cvpcb/readschematicnetlist.cpp +++ b/cvpcb/readschematicnetlist.cpp @@ -71,6 +71,9 @@ int CVPCB_MAINFRAME::ReadSchematicNetlist() // True to read footprint filters section: true for CvPcb, false for Pcbnew netList_Reader.ReadLibpartSectionSetOpt( true ); + // on OSX otherwise reloading a file you will see duplicates + m_components.clear(); + bool success = netList_Reader.ReadNetList( netfile ); if( !success ) {