Use interface for turning off drag.
svn path=/trunk/netsurf/; revision=12521
This commit is contained in:
parent
f8462b3344
commit
e70d4947ea
|
@ -198,7 +198,8 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
|
|||
return;
|
||||
}
|
||||
|
||||
bw->drag_type = DRAGGING_NONE;
|
||||
/* Content related drags handled by now */
|
||||
browser_window_set_drag_type(bw, DRAGGING_NONE);
|
||||
|
||||
/* search the box tree for a link, imagemap, form control, or
|
||||
* box with scrollbars */
|
||||
|
|
Loading…
Reference in New Issue