eeschema: fix correct send command to pcbnew a locate pin

This commit is contained in:
Andrey Fedorushkov 2011-05-07 12:13:09 +04:00
parent d60caed493
commit 93ac159e0e
1 changed files with 1 additions and 0 deletions

View File

@ -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: