Eeschema: TestDanglingEnds on Cross-probe

Fixes: lp:1672381
* https://bugs.launchpad.net/kicad/+bug/1672381
This commit is contained in:
Seth Hillbrand 2017-12-09 20:34:36 -08:00 committed by Wayne Stambaugh
parent 185c77e2fd
commit 87938b06b4
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ SCH_ITEM* SCH_EDIT_FRAME::FindComponentAndItem( const wxString& aReference,
sheet->LastScreen()->SetZoom( GetScreen()->GetZoom() );
*m_CurrentSheet = *sheet;
m_CurrentSheet->UpdateAllScreenReferences();
sheet->LastScreen()->TestDanglingEnds();
centerAndRedraw = true;
}