Explorar el Código

Enforced thumbnail reloading after key handler

master
Bert Münnich hace 10 años
padre
commit
ed030fe4d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      thumbs.c

+ 1
- 1
thumbs.c Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar