Fixed cursor hiding after switching to thumb mode
This commit is contained in:
parent
fde9f5bf85
commit
88b5c5f2e4
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -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…
Add table
Reference in a new issue