diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-11-27 22:24:18 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-11-27 22:24:18 +0100 |
commit | ed030fe4d38f74893739c99dc27f323172218d28 (patch) | |
tree | b719399088fda6f4e7ab73de152d08830be1a7fa | |
parent | 728a2d931fc2fd987cf2618a849291d32d2cd6df (diff) |
Enforced thumbnail reloading after key handler
-rw-r--r-- | thumbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |