diff --git a/eeschema/connection_graph.cpp b/eeschema/connection_graph.cpp index 960c6c33ef..0d34bf9d17 100644 --- a/eeschema/connection_graph.cpp +++ b/eeschema/connection_graph.cpp @@ -2081,7 +2081,7 @@ int CONNECTION_GRAPH::RunERC() * format due to their TestDanglingEnds() implementation. */ - if( settings.IsTestEnabled( ERCE_DRIVER_CONFLICT ) && !subgraph->ResolveDrivers() ) + if( settings.IsTestEnabled( ERCE_DRIVER_CONFLICT ) && !subgraph->ResolveDrivers( true ) ) error_count++; if( settings.IsTestEnabled( ERCE_BUS_TO_NET_CONFLICT )