scroll: Fix a warning (and probably the logic too)

This commit is contained in:
Jean-Philippe Andre 2017-12-19 14:23:14 +09:00
parent 54c09d64f6
commit f2b13e4a21
1 changed files with 1 additions and 1 deletions

View File

@ -1947,7 +1947,7 @@ _efl_ui_scroll_manager_mouse_move_event_cb(void *data,
sd->down.history[0].y = ev->cur.canvas.y;
sd->event_info = event_info;
if (!ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD)
if (!(ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD))
evas_post_event_callback_push(e, _efl_ui_scroll_manager_post_event_move, sd);
if (sd->down.dragged)