Replacing filename with path in tooltip into FileSystem dock
This commit is contained in:
parent
262924296b
commit
182a04b1da
@ -755,7 +755,7 @@ void FileSystemDock::_update_file_list(bool p_keep_selection) {
|
|||||||
Ref<Texture> type_icon;
|
Ref<Texture> type_icon;
|
||||||
Ref<Texture> big_icon;
|
Ref<Texture> big_icon;
|
||||||
|
|
||||||
String tooltip = fname;
|
String tooltip = fpath;
|
||||||
|
|
||||||
// Select the icons
|
// Select the icons
|
||||||
if (!finfo->import_broken) {
|
if (!finfo->import_broken) {
|
||||||
|
Loading…
Reference in New Issue
Block a user