Don't ERC check absorbed subgraphs
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6861
This commit is contained in:
parent
c615b7a49b
commit
e33a331095
|
@ -2096,6 +2096,9 @@ int CONNECTION_GRAPH::RunERC()
|
||||||
// Graph is supposed to be up-to-date before calling RunERC()
|
// Graph is supposed to be up-to-date before calling RunERC()
|
||||||
wxASSERT( !subgraph->m_dirty );
|
wxASSERT( !subgraph->m_dirty );
|
||||||
|
|
||||||
|
if( subgraph->m_absorbed )
|
||||||
|
continue;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NOTE:
|
* NOTE:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue