elm test: img.zoomable: allow top rect to pass events

This commit is contained in:
Amitesh Singh 2017-07-28 16:07:21 +09:00
parent 634f7d0dbb
commit fd65e0f56a
1 changed files with 1 additions and 0 deletions

View File

@ -845,6 +845,7 @@ test_image_zoomable_animated(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSE
efl_gfx_color_set(efl_added, 0, 0, 0, 0),
efl_gfx_visible_set(efl_added, EINA_TRUE),
efl_gfx_stack_raise(efl_added),
efl_canvas_object_repeat_events_set(efl_added, EINA_TRUE),
efl_event_callback_add(efl_added, EFL_EVENT_POINTER_WHEEL, _zoomable_mouse_wheel_cb, zoomable)
);