MacOSX: Fixes the append always beaviour of cvpcb when reading netlists

This commit is contained in:
marco. 2012-12-06 19:10:00 +01:00
parent 52541cc10c
commit b18e3f5372
1 changed files with 3 additions and 0 deletions

View File

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