1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Merge pull request #65039 from Mickeon/rename-treeitem-tooltip

This commit is contained in:
Rémi Verschelde
2022-08-30 14:05:08 +02:00
committed by GitHub
22 changed files with 67 additions and 67 deletions

View File

@@ -276,7 +276,7 @@ void FileSystemDock::_update_tree(const Vector<String> &p_uncollapsed_paths, boo
ti->set_text(0, text);
ti->set_icon(0, icon);
ti->set_icon_modulate(0, color);
ti->set_tooltip(0, fave);
ti->set_tooltip_text(0, fave);
ti->set_selectable(0, true);
ti->set_metadata(0, fave);
if (p_select_in_favorites && fave == path) {