diff --git a/eeschema/files-io.cpp b/eeschema/files-io.cpp index 38aba3a7f4..405865c2f9 100644 --- a/eeschema/files-io.cpp +++ b/eeschema/files-io.cpp @@ -624,6 +624,8 @@ bool SCH_EDIT_FRAME::AppendSchematic() // Must be done after updating the symbol links as we need to know about multi-unit parts. screens.ClearAnnotation(); + screens.TestDanglingEnds(); + GetScreen()->SetGrid( ID_POPUP_GRID_LEVEL_1000 + m_LastGridSizeId ); Zoom_Automatique( false ); SetSheetNumberAndCount();