Add method to check if any cell is selected and fix relationship line conditional

This commit is contained in:
danielgsilva 2025-08-27 15:03:55 +01:00
parent b7c5fcaf1e
commit 1a77567029
2 changed files with 13 additions and 5 deletions

View file

@ -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);