summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-21 18:37:24 +0100
committerBert <ber.t@gmx.com>2011-02-21 18:37:24 +0100
commit88b5c5f2e4dd6eca240770e3429499c8df884d71 (patch)
tree8212aad9c714a8c15830b7eed7050d671f62160e /main.c
parentfde9f5bf859e582fb85d43831b90b7588ebfc3d3 (diff)
downloadnsxiv-88b5c5f2e4dd6eca240770e3429499c8df884d71.tar.zst
Fixed cursor hiding after switching to thumb mode
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index cbb2ee4..d7255d7 100644
--- a/main.c
+++ b/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;