discomfitor pushed a commit to branch master.

commit 37af5383919846aacb44de83eaa0d3a9bb687ca4
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 16:11:49 2013 +0100

    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);

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to