Elm glayer: Fixed zoom with mouse wheel.

Got broken with the patch applied by Hermet.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 65780
This commit is contained in:
Aharon Hillel 2011-12-01 13:20:34 +00:00 committed by Tom Hacohen
parent 2917a8bab2
commit e9f0867326
1 changed files with 0 additions and 2 deletions

View File

@ -3093,8 +3093,6 @@ _event_process(void *data, Evas_Object *obj __UNUSED__,
if (_make_pointer_event(data, event_info, event_type, &_pe))
pe = &_pe;
if (!pe) return;
if (IS_TESTED(ELM_GESTURE_N_LONG_TAPS))
_n_long_tap_test(data, pe, event_info, event_type,
ELM_GESTURE_N_LONG_TAPS);