mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-02 15:46:18 +03:00
Ensure 'tracking window' defined when starting selection
svn path=/trunk/netsurf/; revision=4042
This commit is contained in:
parent
2fd567590c
commit
084bcd631a
@ -121,6 +121,7 @@ void gui_start_selection(struct gui_window *g)
|
||||
error->errnum, error->errmess));
|
||||
|
||||
gui_current_drag_type = GUI_DRAG_SELECTION;
|
||||
gui_track_gui_window = g;
|
||||
|
||||
drag.type = wimp_DRAG_USER_POINT;
|
||||
drag.bbox.x0 = state.visible.x0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user