diff --git a/eeschema/connection_graph.cpp b/eeschema/connection_graph.cpp index b3012d4ef0..5b64e37002 100644 --- a/eeschema/connection_graph.cpp +++ b/eeschema/connection_graph.cpp @@ -2096,6 +2096,9 @@ int CONNECTION_GRAPH::RunERC() // Graph is supposed to be up-to-date before calling RunERC() wxASSERT( !subgraph->m_dirty ); + if( subgraph->m_absorbed ) + continue; + /** * NOTE: *