Fix TabBar hidden tabs handling

This commit is contained in:
Logan Detrick 2025-05-10 14:50:12 -07:00
parent 209a446e36
commit 5fbc8a61fc
3 changed files with 87 additions and 87 deletions

View file

@ -261,6 +261,9 @@ public:
int get_previous_tab() const;
int get_hovered_tab() const;
int get_previous_available(int p_idx = -1) const;
int get_next_available(int p_idx = -1) const;
bool select_previous_available();
bool select_next_available();