From 37af5383919846aacb44de83eaa0d3a9bb687ca4 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 26 Jul 2013 16:11:49 +0100 Subject: [PATCH] ensure that comp win's shape is shown when showing windows during comp win update nightmare --- src/bin/e_comp.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 0aa26ed..1f71303 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -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); -- 2.7.4