Ensure bus member links get updated in hierarchical situations
This commit is contained in:
parent
3d3c280f22
commit
81993eef83
|
@ -1554,6 +1554,10 @@ void CONNECTION_GRAPH::propagateToNeighbors( CONNECTION_SUBGRAPH* aSubgraph )
|
|||
neighbor->UpdateItemConnections();
|
||||
|
||||
recacheSubgraphName( neighbor, neighbor_name );
|
||||
|
||||
// Recurse onto this neighbor in case it needs to re-propagate
|
||||
neighbor->m_dirty = true;
|
||||
propagateToNeighbors( neighbor );
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue