Also include resolved name when checking for bus membership
This commit is contained in:
parent
a234d5a2c8
commit
0e454054f1
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue