This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Full redraw when removing files during thumbnail reloading; fixes issue
#164
master
Bert Münnich
10 years ago
parent
e49d38d6f9
commit
50652f63d9
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+2
-0
main.c
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION = git-2014081
6
VERSION = git-2014081
7
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+ 2
- 0
main.c
View File
@@ -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…
Cancel
Save