Доработка. Теперь цветовая схема инициализируется при создании элемента

This commit is contained in:
sasha80
2026-01-28 10:16:19 +03:00
parent ef5cffe093
commit 3c0fa8be82
4 changed files with 6 additions and 8 deletions

View File

@@ -392,8 +392,6 @@ func add_row(row_types: Array) -> void:
_assert(node.get('name') is StringName, 'экземпляр не имеет поля \"name\"')
var node_key: String = NODE_KEY_FORMAT % [i_row, i_col]
node.name = node_key
if node.has_method('apply_colors'):
node.apply_colors()
add_child(node)
if allow_set_size:
node.custom_minimum_size.x = columns_min_size[i_col]