mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add method to check if any cell is selected and fix relationship line conditional
This commit is contained in:
parent
b7c5fcaf1e
commit
1a77567029
2 changed files with 13 additions and 5 deletions
|
|
@ -362,6 +362,7 @@ public:
|
|||
bool is_selectable(int p_column) const;
|
||||
|
||||
bool is_selected(int p_column);
|
||||
bool is_any_column_selected() const;
|
||||
void select(int p_column);
|
||||
void deselect(int p_column);
|
||||
void set_as_cursor(int p_column);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue