elm_gengrid: fix missing variable initialization.

Summary:
- item's still_in variable is not initialized.

@fix

Reviewers: seoz, singh.amitesh, raster, SanghyeonLee

Reviewed By: SanghyeonLee

Differential Revision: https://phab.enlightenment.org/D2871
This commit is contained in:
Hosang Kim 2015-07-27 13:59:22 +09:00 committed by SangHyeon Lee
parent 183ee05663
commit 8bcd1906b0
1 changed files with 1 additions and 0 deletions

View File

@ -788,6 +788,7 @@ _item_mouse_down_cb(void *data,
it->dx = ev->canvas.x - x;
it->dy = ev->canvas.y - y;
sd->longpressed = EINA_FALSE;
it->base->still_in = EINA_TRUE;
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD)
sd->on_hold = EINA_TRUE;