Откат. Неверная ширина колонки
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user