소스 검색

Full redraw when removing files during thumbnail reloading; fixes issue #164

master
Bert Münnich 10 년 전
부모
커밋
50652f63d9
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Makefile
  2. +2
    -0
      main.c

+ 1
- 1
Makefile 파일 보기

@@ -1,4 +1,4 @@
VERSION = git-20140816
VERSION = git-20140817

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++;


불러오는 중...
취소
저장