Merge pull request #28702 from Lisapple/fs-show-path-tooltip

Show file path in FileSystem dock tooltip
This commit is contained in:
Rémi Verschelde 2019-05-24 16:22:45 +02:00 committed by GitHub
commit 2bf28f58ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {