Comp Module: If shadows are disabled in config, then do not draw them ;)

SVN revision: 62628
This commit is contained in:
Christopher Michael 2011-08-20 11:39:25 +00:00
parent e61c8c2a88
commit 113e155a51
1 changed files with 3 additions and 0 deletions

View File

@ -1543,6 +1543,9 @@ _e_mod_comp_win_shadow_setup(E_Comp_Win *cw)
else
edje_object_signal_emit(cw->shobj, "e,state,shadow,off", "e");
}
else
edje_object_signal_emit(cw->shobj, "e,state,shadow,off", "e");
if (cw->bd)
{
if (cw->bd->focused)