From 0fe2862dde2dfd0ef12e846738a49f07dd0c9267 Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Tue, 11 Oct 2016 14:26:20 -0500 Subject: [PATCH] Ephoto: Revert fix for dragging. --- src/bin/ephoto_thumb_browser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index d3f186b..d132139 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -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)