Merge branch 'blender-v4.2-release'

This commit is contained in:
Harley Acheson
2024-06-21 16:31:44 -07:00

View File

@@ -1145,7 +1145,7 @@ void file_draw_list(const bContext *C, ARegion *region)
bool do_drag;
uchar text_col[4];
const bool draw_columnheader = (params->display == FILE_VERTICALDISPLAY);
const float thumb_icon_aspect = std::min(64.0f / float(params->thumbnail_size), 1.0f);
const float thumb_icon_aspect = std::min(64.0f / float(params->thumbnail_size), 2.0f);
numfiles = filelist_files_ensure(files);