Also include resolved name when checking for bus membership

This commit is contained in:
Jon Evans 2022-11-02 17:37:34 -04:00
parent a234d5a2c8
commit 0e454054f1
1 changed files with 2 additions and 0 deletions

View File

@ -2710,6 +2710,8 @@ bool CONNECTION_GRAPH::ercCheckBusToBusEntryConflicts( const CONNECTION_SUBGRAPH
bus_name = bus_wire->Connection( &sheet )->Name();
std::set<wxString> test_names;
test_names.insert( bus_entry->Connection( &sheet )->Name() );
wxString baseName = sheet.PathHumanReadable();
for( SCH_ITEM* driver : aSubgraph->m_drivers )