mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #105376 from KoBeWi/quequeque
Queue hover update when creating TreeItem
This commit is contained in:
commit
777f1c10fa
2 changed files with 13 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue