浏览代码

Fixed cursor when opening thumb

master
Bert 14 年前
父节点
当前提交
f235b62741
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      main.c

+ 2
- 0
main.c 查看文件

@@ -397,6 +397,7 @@ void on_keypress(XKeyEvent *kev) {
fileidx = sel;
load_image();
mode = MODE_NORMAL;
win_set_cursor(&win, CURSOR_ARROW);
changed = 1;
break;

@@ -498,6 +499,7 @@ void on_buttonpress(XButtonEvent *bev) {
fileidx = sel;
load_image();
mode = MODE_NORMAL;
win_set_cursor(&win, CURSOR_ARROW);
changed = 1;
break;
}


正在加载...
取消
保存