This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
sxiv
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Full redraw when removing files during thumbnail reloading; fixes issue
#164
master
Bert Münnich
пре 10 година
родитељ
e49d38d6f9
комит
50652f63d9
2 измењених фајлова
са
3 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+2
-0
main.c
+ 1
- 1
Makefile
Прегледај датотеку
@@ -1,4 +1,4 @@
VERSION = git-2014081
6
VERSION = git-2014081
7
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+ 2
- 0
main.c
Прегледај датотеку
@@ -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++;
Write
Preview
Loading…
Откажи
Сачувај