Selaa lähdekoodia

Fix cg_mark_range after removing images from file list

master
Bert Münnich 6 vuotta sitten
vanhempi
commit
1e5cc7e382
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      main.c

+ 2
- 0
main.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna