mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
Remove dotted box from treeview move drags, as core draws location arrow for us.
This commit is contained in:
parent
bf3bea5874
commit
683ff4d1b5
@ -1021,7 +1021,7 @@ static void ro_treeview_drag_start(ro_treeview *tv, wimp_pointer *pointer,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TREE_MOVE_DRAG:
|
case TREE_MOVE_DRAG:
|
||||||
drag.type = wimp_DRAG_USER_FIXED;
|
drag.type = wimp_DRAG_USER_POINT;
|
||||||
|
|
||||||
drag.initial.x0 = pointer->pos.x - 4;
|
drag.initial.x0 = pointer->pos.x - 4;
|
||||||
drag.initial.y0 = pointer->pos.y - 48;
|
drag.initial.y0 = pointer->pos.y - 48;
|
||||||
|
Loading…
Reference in New Issue
Block a user