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
Fix cg_mark_range after removing images from file list
master
Bert Münnich
6 years ago
parent
cc476be7cc
commit
1e5cc7e382
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
main.c
+ 2
- 0
main.c
View File
@@ -159,6 +159,8 @@ void remove_file(int n, bool manual)
fileidx--;
if (n < alternate)
alternate--;
if (n < toggledidx)
toggledidx--;
}
void set_timeout(timeout_f handler, int time, bool overwrite)
Write
Preview
Loading…
Cancel
Save