discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=caddd0f1d59ae968b1a9b3a261f126bbe177f275

commit caddd0f1d59ae968b1a9b3a261f126bbe177f275
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Mar 5 11:56:26 2015 -0500

    hide comp object image on smart hide
    
    ensure that this is not being rendered anywhere at the time of hide
---
 src/bin/e_comp_object.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 7832e0e..6ce0fcb 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1936,6 +1936,7 @@ _e_comp_smart_hide(Evas_Object *obj)
    evas_object_hide(cw->clip);
    if (cw->input_obj) evas_object_hide(cw->input_obj);
    evas_object_hide(cw->effect_obj);
+   evas_object_hide(cw->obj);
    if (stopping) return;
    /* ensure focus-out */
    if (cw->ec->focused)

-- 


Reply via email to