Доработка. WIP Добавление элементов для ЭМС-ТГ

This commit is contained in:
sasha80
2026-03-18 09:40:12 +03:00
parent c5bae21436
commit 190f06b72c
14 changed files with 726 additions and 643 deletions

View File

@@ -414,6 +414,7 @@ func _on_focus_entered(node):
##
func set_header(header_types: Array):
_assert(header_types.size() > 0, 'количество колонок в заголовке: %d' % [header_types.size()])
_assert(header_types.size() < MAX_INDEX, 'количество колонок в заголовке: %d больше допустимого: %d' % [header_types.size(), MAX_INDEX + 1])
if columns == 1:
set_columns(header_types.size())