Implement pin cross-probing now that EEschema can select them.

Fixes https://gitlab.com/kicad/code/kicad/issues/7084
This commit is contained in:
Jeff Young 2021-01-13 14:19:21 +00:00
parent da4b269783
commit bedd785546
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ SCH_ITEM* SCH_EDITOR_CONTROL::FindComponentAndItem( const wxString& aReference,
if( pin )
{
pos = pin->GetPosition();
foundItem = component;
foundItem = pin;
break;
}
}