Implement pin cross-probing now that EEschema can select them.
Fixes https://gitlab.com/kicad/code/kicad/issues/7084
This commit is contained in:
parent
da4b269783
commit
bedd785546
|
@ -78,7 +78,7 @@ SCH_ITEM* SCH_EDITOR_CONTROL::FindComponentAndItem( const wxString& aReference,
|
|||
if( pin )
|
||||
{
|
||||
pos = pin->GetPosition();
|
||||
foundItem = component;
|
||||
foundItem = pin;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue