mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Don't show a drag icon for text selection
svn path=/trunk/netsurf/; revision=11105
This commit is contained in:
parent
9a0ecd3d8a
commit
699cf4ed10
@ -244,7 +244,8 @@ void ami_tree_drag_icon_show(struct treeview_window *twin)
|
||||
struct node *node = NULL;
|
||||
|
||||
if((tree_drag_status(twin->tree) == TREE_NO_DRAG) ||
|
||||
(tree_drag_status(twin->tree) == TREE_SELECT_DRAG))
|
||||
(tree_drag_status(twin->tree) == TREE_SELECT_DRAG) ||
|
||||
(tree_drag_status(twin->tree) == TREE_TEXTAREA_DRAG))
|
||||
return;
|
||||
|
||||
if((twin->type == AMI_TREE_COOKIES) ||
|
||||
|
Loading…
Reference in New Issue
Block a user