Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/file_draw.c
| Context not available. | |||||
| filelist_cache_previews_update(files); | filelist_cache_previews_update(files); | ||||
| /* Handle preview timer here, since it's filelist_file_cache_block() and filelist_cache_previews_update() | /* Handle preview timer here, since it's filelist_file_cache_block() and filelist_cache_previews_update() | ||||
| * which controlls previews task. */ | * which controls previews task. */ | ||||
| { | { | ||||
| const bool previews_running = filelist_cache_previews_running(files); | const bool previews_running = filelist_cache_previews_running(files); | ||||
| // printf("%s: preview task: %d\n", __func__, previews_running); | // printf("%s: preview task: %d\n", __func__, previews_running); | ||||
| Context not available. | |||||