Ephoto: Revert fix for dragging.

This commit is contained in:
Stephen Houston 2016-10-11 14:26:20 -05:00
parent 9dcdb4598c
commit 0fe2862dde
1 changed files with 0 additions and 2 deletions

View File

@ -861,8 +861,6 @@ _grid_mouse_up_cb(void *data, Evas *e EINA_UNUSED,
evas_pointer_canvas_xy_get(evas_object_evas_get(tb->grid), &x, &y);
item = elm_gengrid_at_xy_item_get(tb->grid, x, y, 0, 0);
elm_drag_cancel(tb->grid);
if (info->button == 1 && item)
{
if (ctrl)