Revert "Bryce: Don't proceed to process the mouse down event structure if it is null in the post callback."

This reverts commit 25950ccfa9.
Rever this commit to allow a more proper fix.
This commit is contained in:
Stephen 'Okra' Houston 2017-02-21 11:27:52 -06:00
parent 25950ccfa9
commit 4510e474f6
1 changed files with 0 additions and 2 deletions

View File

@ -573,8 +573,6 @@ _bryce_mouse_down_post(void *data, Evas *e EINA_UNUSED)
Bryce *b = data;
Evas_Event_Mouse_Down *ev;
if (!b->event_info)
return EINA_FALSE;
ev = b->event_info;
b->event_info = NULL;
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return EINA_TRUE;