diff --git a/kibot/kicad/v6_sch.py b/kibot/kicad/v6_sch.py index 4999333e..4d7d1999 100644 --- a/kibot/kicad/v6_sch.py +++ b/kibot/kicad/v6_sch.py @@ -1983,7 +1983,7 @@ class SchematicV6(Schematic): elif e_type == 'image': self.bitmaps.append(SchematicBitmapV6.parse(e)) elif e_type == 'text_box': - self.texts.append(TextBox.parse(e, e_type)) + self.text_boxes.append(TextBox.parse(e, e_type)) elif e_type == 'text': self.texts.append(Text.parse(e, e_type)) elif e_type == 'label':