From 622d13ee8f0c2706603ecc3df6a227713941cf1f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 19 Feb 2013 08:25:05 +0000 Subject: [PATCH] fix comp shadowing for popups and menus SVN revision: 84084 --- src/bin/e_comp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index b2f172f0f..b473a540a 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -1432,6 +1432,10 @@ static Eina_Bool _e_comp_win_do_shadow(E_Comp_Win *cw) { if (cw->shaped) return 0; + if (cw->real_obj) + { + return ((!!cw->pop) || (!!cw->menu)); + } if (cw->argb) { if (_e_comp_win_is_borderless(cw)) return 0;