diff --git a/table/table.gd b/table/table.gd index 43f1704..48822b4 100644 --- a/table/table.gd +++ b/table/table.gd @@ -305,7 +305,7 @@ func default_selector_size_proc(i_row: int, rect: Array) -> void: func clear_rows_selected(): var rows_count: = get_rows_count() for i_row in rows_count: - set_row_selected(i_row, false) + _set_row_selected(i_row, false) ## [param i_row] - Индекс ряда.