Update dangling ends after importing schematic content.
Fixes: lp:1803996 * https://bugs.launchpad.net/kicad/+bug/1803996
This commit is contained in:
parent
18dc618a13
commit
984d3f04ab
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue