ソースを参照

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;
}


読み込み中…
キャンセル
保存