Explorar o código

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

Show file path in FileSystem dock tooltip
Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
2bf28f58ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/filesystem_dock.cpp

+ 1 - 1
editor/filesystem_dock.cpp

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