Fixed cursor hiding after switching to thumb mode

pull/12/head
Bert 14 years ago
parent fde9f5bf85
commit 88b5c5f2e4

@ -391,6 +391,7 @@ void on_keypress(XKeyEvent *kev) {
tns_init(&tns, filecnt);
mode = MODE_THUMBS;
win_set_cursor(&win, CURSOR_ARROW);
hidecur = 0;
tns.sel = fileidx;
changed = tns.dirty = 1;
break;

Loading…
Cancel
Save