seoz pushed a commit to branch master.

commit 5bc0f564572570040bfe12be84db8cc16fbcf840
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Apr 9 13:07:37 2013 +0900

    elc_hoversel.c: hide hover object when hoversel is hidden.
---
 src/lib/elc_hoversel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elc_hoversel.c b/src/lib/elc_hoversel.c
index 5f80554..a19360c 100644
--- a/src/lib/elc_hoversel.c
+++ b/src/lib/elc_hoversel.c
@@ -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

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to