Browse Source

Timeout initial redraw

master
Miroslav Koskar Bert Münnich 10 years ago
parent
commit
4cbc7346ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.c

+ 1
- 1
main.c View File

@@ -644,7 +644,7 @@ void run(void)
bool discard, to_set;
XEvent ev, nextev;

redraw();
set_timeout(redraw, 25, false);

while (true) {
while (mode == MODE_THUMB && tns.cnt < filecnt &&


Loading…
Cancel
Save