[v6/7 Schematic][Fixed] Text boxes mixed with common text

- Not really important because they got correctly saved anyways
This commit is contained in:
Salvador E. Tropea 2023-04-25 11:09:19 -03:00
parent d4ceef8fb9
commit 17b861260b
1 changed files with 1 additions and 1 deletions

View File

@ -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':