Add SCH_TEXT_T and SCH_FIELD_T to Scaled Selection

This commit is contained in:
Josue Huaroto 2023-08-24 16:54:01 +00:00 committed by Jeff Young
parent 1628b65d79
commit b224af0d1f
1 changed files with 2 additions and 0 deletions

View File

@ -87,8 +87,10 @@ std::vector<KICAD_T> SCH_PAINTER::g_ScaledSelectionTypes = {
SCH_LINE_T,
LIB_SHAPE_T, SCH_SHAPE_T,
SCH_BITMAP_T,
SCH_TEXT_T,
SCH_GLOBAL_LABEL_T,
SCH_DIRECTIVE_LABEL_T,
SCH_FIELD_T,
SCH_HIER_LABEL_T,
SCH_SHEET_PIN_T,
LIB_SYMBOL_T, SCH_SYMBOL_T,