From 2900910cdd6cb008c3beeffafd678d8b953f50d9 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 29 Jan 2022 15:22:06 +0100 Subject: [PATCH] fix a qa test after code change. --- include/core/typeinfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/core/typeinfo.h b/include/core/typeinfo.h index f34e92d9dc..028447edf2 100644 --- a/include/core/typeinfo.h +++ b/include/core/typeinfo.h @@ -350,6 +350,7 @@ constexpr bool IsEeschemaType( const KICAD_T aType ) case SCH_SHAPE_T: case SCH_BITMAP_T: case SCH_TEXT_T: + case SCH_TEXTBOX_T: case SCH_LABEL_T: case SCH_DIRECTIVE_LABEL_T: case SCH_GLOBAL_LABEL_T: @@ -383,6 +384,7 @@ constexpr bool IsEeschemaType( const KICAD_T aType ) case LIB_ALIAS_T: case LIB_SHAPE_T: case LIB_TEXT_T: + case LIB_TEXTBOX_T: case LIB_PIN_T: case LIB_FIELD_T: