don't bother with client hide animations on shutdown/restart

This commit is contained in:
Mike Blumenkrantz 2014-01-23 13:23:41 -05:00
parent f0bb277632
commit a38d8828e9
1 changed files with 1 additions and 0 deletions

View File

@ -1140,6 +1140,7 @@ _e_comp_intercept_hide(void *data, Evas_Object *obj)
}
if ((!cw->visible) || (cw->animating && (!cw->ec->iconic))) return;
cw->defer_hide |= stopping;
if (!cw->defer_hide)
{
if ((!cw->ec->iconic) && (!cw->ec->override) && (!cw->ec->delete_requested))