Remove dotted box from treeview move drags, as core draws location arrow for us.

This commit is contained in:
Steve Fryatt 2013-09-08 16:26:18 +01:00
parent bf3bea5874
commit 683ff4d1b5
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ static void ro_treeview_drag_start(ro_treeview *tv, wimp_pointer *pointer,
break;
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.y0 = pointer->pos.y - 48;