Cache out of view thumbnails in the background

This commit is contained in:
Bert Münnich
2015-01-04 21:19:26 +01:00
parent 9b9294bae6
commit 47af0dd7b5
5 changed files with 45 additions and 25 deletions

View File

@ -126,7 +126,7 @@ bool cg_reload_image(arg_t a)
load_image(fileidx);
} else {
win_set_cursor(&win, CURSOR_WATCH);
if (!tns_load(&tns, fileidx, true)) {
if (!tns_load(&tns, fileidx, true, false)) {
remove_file(fileidx, false);
tns.dirty = true;
}