disable shadows for override clients with alpha

This commit is contained in:
Mike Blumenkrantz 2014-01-22 21:35:49 -05:00
parent 6b246c7c8a
commit 199882ea25
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ _e_comp_object_shadow_setup(E_Comp_Object *cw)
}
if (cw->ec->override)
{
if ((!cw->ec->shaped) && (!no_shadow))
if ((!cw->ec->shaped) && (!no_shadow) && (!cw->ec->argb))
e_comp_object_signal_emit(cw->smart_obj, "e,state,shadow,on", "e");
else
e_comp_object_signal_emit(cw->smart_obj, "e,state,shadow,off", "e");