Fix cursor on textarea scrollbars.

svn path=/trunk/netsurf/; revision=6664
This commit is contained in:
Michael Drake 2009-03-02 12:48:20 +00:00
parent aa99f3645c
commit 656c0a0dcb

View File

@ -1441,7 +1441,7 @@ void browser_window_mouse_action_html(struct browser_window *bw,
status = browser_window_scrollbar_click(bw, mouse, scroll_box,
scroll_box_x, scroll_box_y,
x - scroll_box_x, y - scroll_box_y);
pointer = GUI_POINTER_DEFAULT;
} else if (gadget) {
switch (gadget->type) {
case GADGET_SELECT: