diff options
author | Lisapple <lisacintosh@gmail.com> | 2019-05-05 15:21:38 +0200 |
---|---|---|
committer | Lisapple <lisacintosh@gmail.com> | 2019-05-08 17:15:21 +0200 |
commit | 182a04b1daf57375ddafbc9ce1f6384a85a5a9a6 (patch) | |
tree | 9617478286ea8201f0b0e49d395e22f46aebb8f1 | |
parent | 262924296b08b9065816e68e756a42c3963fa1ed (diff) |
Replacing filename with path in tooltip into FileSystem dock
-rw-r--r-- | editor/filesystem_dock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 6248680a52..001829c2c9 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -755,7 +755,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) { |