Update dangling ends after importing schematic content.

Fixes: lp:1803996
* https://bugs.launchpad.net/kicad/+bug/1803996
This commit is contained in:
Jeff Young 2018-11-19 20:42:03 +00:00
parent 18dc618a13
commit 984d3f04ab
1 changed files with 2 additions and 0 deletions

View File

@ -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();