summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-11-27 22:24:18 +0100
committerBert Münnich <ber.t@posteo.de>2014-11-27 22:24:18 +0100
commited030fe4d38f74893739c99dc27f323172218d28 (patch)
treeb719399088fda6f4e7ab73de152d08830be1a7fa
parent728a2d931fc2fd987cf2618a849291d32d2cd6df (diff)
downloadnsxiv-ed030fe4d38f74893739c99dc27f323172218d28.tar.zst
Enforced thumbnail reloading after key handler
-rw-r--r--thumbs.c2
1 files changed, 1 insertions, 1 deletions
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;