diff --git a/eeschema/files-io.cpp b/eeschema/files-io.cpp index 205f22a2ee..fa1a2c1f71 100644 --- a/eeschema/files-io.cpp +++ b/eeschema/files-io.cpp @@ -1230,9 +1230,10 @@ bool SCH_EDIT_FRAME::importFile( const wxString& aFileName, int aFileType ) if( fileType == SCH_IO_MGR::SCH_CADSTAR_ARCHIVE ) { FixupJunctions(); - RecalculateConnections( GLOBAL_CLEANUP ); } + RecalculateConnections( GLOBAL_CLEANUP ); + // Only perform the dangling end test on root sheet. GetScreen()->TestDanglingEnds();