show clients immediately after pixmap refresh if visibility is pending

devs/derekf/for_derbyw
Mike Blumenkrantz 6 years ago
parent a0619c5481
commit a1e9b9bf0f
  1. 2
      src/bin/e_comp.c

@ -312,6 +312,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))
{

Loading…
Cancel
Save