UI: Open File Browser with Thumbnails for Fonts

When browsing to open a font file, open File Browser in Thumbnail View
and sorting by name, instead of using the last-used states.

See D13040 for more details.

Differential Revision: https://developer.blender.org/D13040

Reviewed by Julian Eisel
This commit is contained in:
Harley Acheson 2021-10-30 14:02:34 -07:00
parent 03a962d8ca
commit 9cfffe8468
1 changed files with 2 additions and 2 deletions

View File

@ -2155,8 +2155,8 @@ void FONT_OT_open(wmOperatorType *ot)
FILE_SPECIAL,
FILE_OPENFILE,
WM_FILESEL_FILEPATH | WM_FILESEL_RELPATH,
FILE_DEFAULTDISPLAY,
FILE_SORT_DEFAULT);
FILE_IMGDISPLAY,
FILE_SORT_ALPHA);
}
/** \} */