Eeschema: TestDanglingEnds on Cross-probe
Fixes: lp:1672381 * https://bugs.launchpad.net/kicad/+bug/1672381
This commit is contained in:
parent
185c77e2fd
commit
87938b06b4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue