defer client frame resizes if client is not protocol-visible

This commit is contained in:
Mike Blumenkrantz 2015-01-23 17:20:14 -05:00
parent a8bd9df733
commit a5c00bfb2b
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, int w, int h)
return;
}
}
if (cw->ec->new_client)
if (cw->ec->new_client || (!cw->ec->visible) || (!cw->effect_obj))
{
/* do nothing until client idler loops */
if (!cw->ec->maximized)