test_hover.c: remove "transparent" hover style set.

Summary: This hover style does not exist anymore in default theme.

Reviewers: seoz, raster, Hermet

Subscribers: seoz, sachin.dev

Differential Revision: https://phab.enlightenment.org/D2513
This commit is contained in:
Amitesh Singh 2015-05-19 21:06:21 +09:00 committed by ChunEon Park
parent c714e28f00
commit aa2180941f
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ test_hover3(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
hv = elm_hover_add(win);
elm_hover_parent_set(hv, win);
elm_hover_target_set(hv, fake_obj);
elm_object_style_set(hv, "transparent");
evas_object_event_callback_add(rect, EVAS_CALLBACK_MOUSE_DOWN,
_hover_show_cb, hv);