瀏覽代碼

Fixed title-update in thumb mode

master
Bert 14 年之前
父節點
當前提交
2bbdd2f5b9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      main.c

+ 1
- 1
main.c 查看文件

@@ -342,12 +342,12 @@ void on_buttonpress(XButtonEvent *bev) {
mode = MODE_IMAGE;
set_timeout(reset_cursor, TO_CURSOR_HIDE, 1);
load_image(tns.sel);
redraw();
} else {
tns_highlight(&tns, &win, tns.sel, False);
tns_highlight(&tns, &win, sel, True);
tns.sel = sel;
}
redraw();
break;
}
break;


Loading…
取消
儲存