Исправление. Лишнее действие

This commit is contained in:
sasha80
2026-03-16 15:40:56 +03:00
parent 4d1dc7a9c2
commit df80508592

View File

@@ -430,7 +430,6 @@ func set_header(header_types: Array):
else:
var childrens = header.get_children()
for node in childrens:
childrens.erase(node.name)
childrens.remove_child(node)
node.queue_free()
for i_col in columns: