Merge pull request #105376 from KoBeWi/quequeque

Queue hover update when creating TreeItem
This commit is contained in:
Thaddeus Crews 2025-05-26 11:24:32 -05:00
commit 777f1c10fa
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
2 changed files with 13 additions and 3 deletions

View file

@ -737,7 +737,9 @@ private:
bool enable_auto_tooltip = true;
bool hovered_update_queued = false;
void _determine_hovered_item();
void _queue_update_hovered_item();
int _count_selected_items(TreeItem *p_from) const;
bool _is_branch_selected(TreeItem *p_from) const;