hide comp object image on smart hide

ensure that this is not being rendered anywhere at the time of hide
This commit is contained in:
Mike Blumenkrantz 2015-03-05 11:56:26 -05:00
parent 230033aa67
commit caddd0f1d5
1 changed files with 1 additions and 0 deletions

View 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)