Merge remote-tracking branch 'lepshiy/master' into master-gd4.4

# Conflicts:
#	scenes/frame-ecm-params/scroll-ecm-params.gd
This commit is contained in:
sasha80
2025-03-28 16:32:37 +03:00
4 changed files with 68 additions and 62 deletions

View File

@@ -39,7 +39,7 @@ func init_table():
$table.set_node_alligment(0, MOD_ROW_INDEX, HORIZONTAL_ALIGNMENT_LEFT)
$table.set_node_editable(0, MOD_ROW_INDEX, false)
var toggle_node = $table.get_node2(1, MOD_ROW_INDEX)
var toggle_btn = toggle_node.get_children()[1]
var toggle_btn = toggle_node.get_children()[0]
toggle_btn.connect('pressed', on_toggle_btn.bind(toggle_btn))
toggle_btn.disabled = true
$table.set_columns_min_size(TABLE_COLUMN_SIZE)