From 9936bef7f838f4a937ed11600a907a19e0a3f157 Mon Sep 17 00:00:00 2001 From: Marco Mattila Date: Sun, 29 Aug 2010 13:15:19 -0500 Subject: [PATCH] https://lists.launchpad.net/kicad-developers/msg05202.html --- eeschema/controle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/controle.cpp b/eeschema/controle.cpp index c489d864d5..6985cac397 100644 --- a/eeschema/controle.cpp +++ b/eeschema/controle.cpp @@ -175,7 +175,7 @@ SCH_ITEM* WinEDA_SchematicFrame::SchematicGeneralLocateAndDisplay( const wxPoint return DrawStruct; } - DrawStruct = (SCH_ITEM*) PickStruct( refpoint, GetScreen(), LABELITEM ); + DrawStruct = (SCH_ITEM*) PickStruct( refpoint, GetScreen(), LABELITEM | TEXTITEM ); if( DrawStruct ) { ClearMsgPanel();