Marco Mattila 2010-08-29 13:15:19 -05:00 committed by Dick Hollenbeck
parent c3d76bf383
commit 9936bef7f8
1 changed files with 1 additions and 1 deletions

View File

@ -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();