mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-27 12:49:32 +03:00
Eliminate error at end of page drag scrolling on Select
svn path=/trunk/netsurf/; revision=2608
This commit is contained in:
parent
d94e0749e1
commit
c2f54bca82
@ -2838,7 +2838,7 @@ void ro_gui_window_scroll_end(struct gui_window *g, wimp_dragged *drag)
|
||||
return;
|
||||
}
|
||||
|
||||
error = xwimpspriteop_set_pointer_shape(NULL, 0x31, 0, 0, 0, 0);
|
||||
error = xwimpspriteop_set_pointer_shape("ptr_default", 0x31, 0, 0, 0, 0);
|
||||
if (error) {
|
||||
LOG(("xwimpspriteop_set_pointer_shape: 0x%x: %s",
|
||||
error->errnum, error->errmess));
|
||||
|
Loading…
x
Reference in New Issue
Block a user