You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #28702 from Lisapple/fs-show-path-tooltip
Show file path in FileSystem dock tooltip
This commit is contained in:
@@ -756,7 +756,7 @@ void FileSystemDock::_update_file_list(bool p_keep_selection) {
|
||||
Ref<Texture> type_icon;
|
||||
Ref<Texture> big_icon;
|
||||
|
||||
String tooltip = fname;
|
||||
String tooltip = fpath;
|
||||
|
||||
// Select the icons
|
||||
if (!finfo->import_broken) {
|
||||
|
||||
Reference in New Issue
Block a user