ensure that comp win's shape is shown when showing windows during comp win update nightmare

This commit is contained in:
Mike Blumenkrantz 2013-07-26 16:11:49 +01:00
parent c9589f53ef
commit 37af538391
1 changed files with 5 additions and 0 deletions

View File

@ -876,6 +876,11 @@ _e_comp_win_update(E_Comp_Win *cw)
_e_comp_event_source_visibility(cw);
cw->show_anim = EINA_TRUE;
}
if (cw->shape)
{
cw->shape->visible = 0;
e_container_shape_show(cw->shape);
}
}
}
if (cw->geom_update) _e_comp_win_geometry_update(cw);