Fix cg_mark_range after removing images from file list

pull/12/head
Bert Münnich 6 years ago
parent cc476be7cc
commit 1e5cc7e382

@ -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)

Loading…
Cancel
Save