This commit is contained in:
parent
c3d76bf383
commit
9936bef7f8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue