Queue hover update when creating TreeItem

This commit is contained in:
kobewi 2025-04-14 10:45:58 +02:00
parent 215acd52e8
commit ac2179c546
2 changed files with 13 additions and 3 deletions

View file

@ -733,7 +733,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;