Откат. Неверная ширина колонки

This commit is contained in:
sasha80
2023-08-18 09:00:48 +03:00
parent 2889db7052
commit 830dbe34dd

View File

@@ -322,7 +322,7 @@ func add_row(row_types: Array) -> void:
var node = node_type.instantiate()
assert(node.name == node.name, 'ошибка: экземпляр не имеет поля \"name\"')
var head = nodes[HEAD_KEY_FORMAT % [0, i_col]]
node.set_deferred('custom_minimum_size.x', head.custom_minimum_size.x)
custom_minimum_size.x = head.custom_minimum_size.x
node.set_deferred('size.x', head.size.x)
var node_key: String = NODE_KEY_FORMAT % [i_row, i_col]
node.name = node_key