From ed030fe4d38f74893739c99dc27f323172218d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 27 Nov 2014 22:24:18 +0100 Subject: Enforced thumbnail reloading after key handler --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index e44f055..8051dd8 100644 --- a/thumbs.c +++ b/thumbs.c @@ -279,7 +279,7 @@ bool tns_load(tns_t *tns, int n, bool force) cache_hit = true; } #if HAVE_LIBEXIF - } else { + } else if (!force) { int pw = 0, ph = 0, x = 0, y = 0; bool err; ExifData *ed; -- cgit v1.2.3