Line and Momentum START was effected by mouse-over fix.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64950
Gesture_Info *gesture = wd->gesture[g_type];
if (!gesture ) return;
- if (!eina_list_count(wd->touched))
+ if ((wd->glayer_continues_enable) && (!eina_list_count(wd->touched)))
return; /* Got move on mouse-over move */
Momentum_Type *st = gesture->data;
Gesture_Info *gesture = wd->gesture[g_type];
if (!gesture ) return;
- if (!eina_list_count(wd->touched))
+ if ((wd->glayer_continues_enable) && (!eina_list_count(wd->touched)))
return; /* Got move on mouse-over move */
Line_Type *st = gesture->data;