Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/filelist.c
| Context not available. | |||||
| else if (limg->flags & FILE_TYPE_FTFONT) { | else if (limg->flags & FILE_TYPE_FTFONT) { | ||||
| source = THB_SOURCE_FONT; | source = THB_SOURCE_FONT; | ||||
| } | } | ||||
| limg->img = IMB_thumb_manage(limg->path, THB_NORMAL, source); | limg->img = IMB_thumb_manage(limg->path, THB_LARGE, source); | ||||
| *do_update = true; | *do_update = true; | ||||
| PIL_sleep_ms(10); | PIL_sleep_ms(10); | ||||
| limg = limg->next; | limg = limg->next; | ||||
| Context not available. | |||||