diff --git a/eeschema/sch_text.cpp b/eeschema/sch_text.cpp index 7ff4e01009..427ab071e7 100644 --- a/eeschema/sch_text.cpp +++ b/eeschema/sch_text.cpp @@ -751,7 +751,7 @@ EDA_ITEM* SCH_LABEL::Clone() const bool SCH_LABEL::IsType( const KICAD_T aScanTypes[] ) const { - static KICAD_T wireTypes[] = { SCH_LINE_LOCATE_WIRE_T, EOT }; + static KICAD_T wireTypes[] = { SCH_LINE_LOCATE_WIRE_T, SCH_PIN_T, EOT }; static KICAD_T busTypes[] = { SCH_LINE_LOCATE_BUS_T, EOT }; if( SCH_ITEM::IsType( aScanTypes ) )