diff options
author | Bert <ber.t@gmx.com> | 2011-02-21 18:37:24 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-21 18:37:24 +0100 |
commit | 88b5c5f2e4dd6eca240770e3429499c8df884d71 (patch) | |
tree | 8212aad9c714a8c15830b7eed7050d671f62160e /main.c | |
parent | fde9f5bf859e582fb85d43831b90b7588ebfc3d3 (diff) |
Fixed cursor hiding after switching to thumb mode
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |