block comp queues during hide on shutdown

This commit is contained in:
Mike Blumenkrantz 2014-01-15 17:38:53 -05:00
parent ab9d8b8d82
commit fb18230b27
1 changed files with 1 additions and 0 deletions

View File

@ -1795,6 +1795,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);
if (stopping) return;
if (cw->ec->focused)
evas_object_focus_set(cw->ec->frame, 0);
e_comp_render_queue(cw->comp); //force nocomp recheck