From cc6984971945a1cdfb1fc2a57da8ccffd1dbd162 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 6 Feb 2022 12:34:11 +0000 Subject: [PATCH] Fix definition of nonFields to include textboxes. Fixes https://gitlab.com/kicad/code/kicad/issues/10771 --- eeschema/tools/symbol_editor_edit_tool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/tools/symbol_editor_edit_tool.cpp b/eeschema/tools/symbol_editor_edit_tool.cpp index a3a51e4353..d0c3382afc 100644 --- a/eeschema/tools/symbol_editor_edit_tool.cpp +++ b/eeschema/tools/symbol_editor_edit_tool.cpp @@ -244,6 +244,7 @@ static KICAD_T nonFields[] = LIB_SYMBOL_T, LIB_SHAPE_T, LIB_TEXT_T, + LIB_TEXTBOX_T, LIB_PIN_T, EOT };