Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Full redraw when removing files during thumbnail reloading; fixes issue
#164
master
Bert Münnich
hace 10 años
padre
e49d38d6f9
commit
50652f63d9
Se han
modificado 2 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Makefile
+2
-0
main.c
+ 1
- 1
Makefile
Ver fichero
@@ -1,4 +1,4 @@
VERSION = git-2014081
6
VERSION = git-2014081
7
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+ 2
- 0
main.c
Ver fichero
@@ -684,6 +684,8 @@ void run(void)
tns.cnt++;
} else {
remove_file(tns.loadnext, false);
if (reload)
tns.dirty = true;
}
while (tns.loadnext < filecnt && tns.thumbs[tns.loadnext].loaded)
tns.loadnext++;
Escribir
Vista previa
|
|
|
|
|
|
x
0
0
0:0
Cargando…
Cancelar
Guardar