elm_hoversel: fix to show dismiss animation
authorJee-Yong Um <jc9.um@samsung.com>
Mon, 12 Oct 2015 20:22:26 +0000 (13:22 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 12 Oct 2015 20:22:47 +0000 (13:22 -0700)
commit6286345fe353828d344fabc08fded81dd9752f74
tree136fdaabb06adc1d66d7e038b2fc3868af957022
parent8959a9a8bb0b855eea2b5061a46452f285c74ef3
elm_hoversel: fix to show dismiss animation

Summary:
In hover.edc, hoversel dismiss animations are defined,
but it doesn't work at all. (Hover is removed before animation)
This patch makes hoversel remove its hover after dismiss animation.

@fix

Test Plan: elementary_test hoversel

Reviewers: Hermet, cedric

Reviewed By: cedric

Subscribers: woohyun

Differential Revision: https://phab.enlightenment.org/D3070

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elc_hoversel.c
src/lib/elm_hover.c