From 182a04b1daf57375ddafbc9ce1f6384a85a5a9a6 Mon Sep 17 00:00:00 2001 From: Lisapple Date: Sun, 5 May 2019 15:21:38 +0200 Subject: Replacing filename with path in tooltip into FileSystem dock --- editor/filesystem_dock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 type_icon; Ref big_icon; - String tooltip = fname; + String tooltip = fpath; // Select the icons if (!finfo->import_broken) { -- cgit v1.2.3