Fix-up for previous commit

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15217

(cherry picked from commit 018d60eb40)
This commit is contained in:
Seth Hillbrand 2023-07-28 09:47:12 -07:00
parent 8008e09918
commit ef7ec13861
1 changed files with 1 additions and 1 deletions

View File

@ -2290,7 +2290,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
{ {