hide comp object image on smart hide
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 5 Mar 2015 16:56:26 +0000 (11:56 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 5 Mar 2015 16:56:26 +0000 (11:56 -0500)
ensure that this is not being rendered anywhere at the time of hide

src/bin/e_comp_object.c

index 7832e0e..6ce0fcb 100644 (file)
@@ -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)