Fix-up for previous commit

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15217
This commit is contained in:
Seth Hillbrand 2023-07-28 09:47:12 -07:00
parent 7bd3992350
commit 018d60eb40
1 changed files with 1 additions and 1 deletions

View File

@ -2303,7 +2303,7 @@ void CONNECTION_GRAPH::propagateToNeighbors( CONNECTION_SUBGRAPH* aSubgraph, boo
>= CONNECTION_SUBGRAPH::PRIORITY::POWER_PIN ) >= CONNECTION_SUBGRAPH::PRIORITY::POWER_PIN )
{ {
member->Clone( *neighbor_conn ); member->Clone( *neighbor_conn );
stale_bus_members.push_back( member ); stale_bus_members.insert( member );
} }
else else
{ {