ensure that comp win's shape is shown when showing windows during comp win update...
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Fri, 26 Jul 2013 15:11:49 +0000 (16:11 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Fri, 26 Jul 2013 15:11:49 +0000 (16:11 +0100)
src/bin/e_comp.c

index 0aa26ed..1f71303 100644 (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);