From 93ac159e0e83cb09694117d7fd9d8df033525951 Mon Sep 17 00:00:00 2001 From: Andrey Fedorushkov Date: Sat, 7 May 2011 12:13:09 +0400 Subject: [PATCH] eeschema: fix correct send command to pcbnew a locate pin --- eeschema/controle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/controle.cpp b/eeschema/controle.cpp index 9a5d617d99..7bd6454466 100644 --- a/eeschema/controle.cpp +++ b/eeschema/controle.cpp @@ -69,6 +69,7 @@ SCH_ITEM* SCH_EDIT_FRAME::LocateAndShowItem( const wxPoint& aPosition, const KIC case LIB_PIN_T: Pin = (LIB_PIN*) item; + LibItem = (SCH_COMPONENT*) LocateItem( aPosition, SCH_COLLECTOR::ComponentsOnly ); break; default: