Include textbox in movable objects.

Fixes https://gitlab.com/kicad/code/kicad/issues/11058
This commit is contained in:
Jeff Young 2022-03-07 10:33:39 +00:00
parent d3716b9956
commit 39fa4e2065
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ const KICAD_T movableSymbolItems[] =
{
LIB_SHAPE_T,
LIB_TEXT_T,
LIB_TEXTBOX_T,
LIB_PIN_T,
LIB_FIELD_T,
EOT