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.
|
// Must be done after updating the symbol links as we need to know about multi-unit parts.
|
||||||
screens.ClearAnnotation();
|
screens.ClearAnnotation();
|
||||||
|
|
||||||
|
screens.TestDanglingEnds();
|
||||||
|
|
||||||
GetScreen()->SetGrid( ID_POPUP_GRID_LEVEL_1000 + m_LastGridSizeId );
|
GetScreen()->SetGrid( ID_POPUP_GRID_LEVEL_1000 + m_LastGridSizeId );
|
||||||
Zoom_Automatique( false );
|
Zoom_Automatique( false );
|
||||||
SetSheetNumberAndCount();
|
SetSheetNumberAndCount();
|
||||||
|
|
Loading…
Reference in New Issue