Доработка. Теперь цветовая схема инициализируется при создании элемента
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user