eeschema: fix correct send command to pcbnew a locate pin
This commit is contained in:
parent
d60caed493
commit
93ac159e0e
|
@ -69,6 +69,7 @@ SCH_ITEM* SCH_EDIT_FRAME::LocateAndShowItem( const wxPoint& aPosition, const KIC
|
||||||
|
|
||||||
case LIB_PIN_T:
|
case LIB_PIN_T:
|
||||||
Pin = (LIB_PIN*) item;
|
Pin = (LIB_PIN*) item;
|
||||||
|
LibItem = (SCH_COMPONENT*) LocateItem( aPosition, SCH_COLLECTOR::ComponentsOnly );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue