Browse Source

build: fix missing cleanup

pull/19/head
Mike Williams 2 months ago
parent
commit
d6382515c1
  1. 2
      eeschema/tools/backannotate.cpp

2
eeschema/tools/backannotate.cpp

@ -1197,7 +1197,7 @@ std::set<wxString> BACK_ANNOTATE::applyPinSwaps( SCH_SYMBOL* aSymbol, const SCH_
std::set<wxString> friendlySheetNames;
if( sharedSheetSymbol && !sharedSheetPaths.empty() )
friendlySheetNames = GetSheetNames( sharedSheetPaths, m_frame->Schematic() );
friendlySheetNames = GetSheetNamesFromPaths( sharedSheetPaths, m_frame->Schematic() );
// Check each mismatch and try to find a partner whose desired net matches our current net
// (i.e. the two pins have been swapped on the PCB).

Loading…
Cancel
Save