elc_hoversel.c: hide hover object when hoversel is hidden.

This commit is contained in:
Daniel Juyung Seo 2013-04-09 13:07:37 +09:00
parent 542b7f4bae
commit bd5246c512
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ _elm_hoversel_smart_hide(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
{
Elm_Hoversel_Smart_Data *sd = _pd;
eo_do_super(obj, MY_CLASS, evas_obj_smart_hide());
//evas_object_hide(sd->hover);
evas_object_hide(sd->hover);
}
static void