Genlist: do not fire clicked,right while dragging in progress

This commit is contained in:
Davide Andreoli 2014-12-29 11:19:21 +01:00
parent eb229ae0e2
commit 9988b752c7
1 changed files with 1 additions and 1 deletions

View File

@ -4659,7 +4659,7 @@ _item_mouse_up_cb(void *data,
Elm_Gen_Item *it = data;
Evas_Coord x, y, dx, dy;
if (ev->button == 3)
if ((ev->button == 3) && (!it->dragging))
{
evas_object_geometry_get(obj, &x, &y, NULL, NULL);
dx = it->dx - (ev->canvas.x - x);