show clients immediately after pixmap refresh if visibility is pending

This commit is contained in:
Mike Blumenkrantz 2017-07-28 13:49:31 -04:00
parent 689a78533c
commit 39963066ae
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ _e_comp_client_update(E_Client *ec)
{
e_pixmap_image_clear(ec->pixmap, 0);
e_comp_object_render_update_del(ec->frame); //clear update
if (ec->changes.visible && (!evas_object_visible_get(ec->frame)))
evas_object_show(ec->frame);
}
else if (!e_pixmap_size_get(ec->pixmap, NULL, NULL))
{