Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
sxiv
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Enforced thumbnail reloading after key handler
master
Bert Münnich
10 anni fa
parent
728a2d931f
commit
ed030fe4d3
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
thumbs.c
+ 1
- 1
thumbs.c
Vedi File
@@ -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;
Write
Preview
Loading…
Annulla
Salva