fix typo. CID 1126105, 1126106

This commit is contained in:
Boris Faure 2013-11-06 21:43:46 +01:00
parent af2b85bb0e
commit 432587bc79
1 changed files with 1 additions and 1 deletions

View File

@ -3167,7 +3167,7 @@ _smart_cb_mouse_up(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED
sd->cur.makesel = 0;
if ((sd->cur.sel1.x == sd->cur.sel2.x) &&
(sd->cur.sel2.y == sd->cur.sel2.y))
(sd->cur.sel1.y == sd->cur.sel2.y))
{
_sel_set(data, EINA_FALSE);
sd->didclick = EINA_FALSE;