Asset Browser/File Browser: Add display name tooltip to tile view #104693

Closed
Angus Stanton wants to merge 3 commits from ab_stanton/blender:asset-display-name into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

View File

@ -330,7 +330,7 @@ static void file_add_preview_drag_but(const SpaceFile *sfile,
0.0,
0,
0,
NULL);
file->name);
file_but_enable_drag(but, sfile, file, path, preview_image, icon, scale);
}