set comp theme object shadow state to off during setup

T907
This commit is contained in:
Mike Blumenkrantz 2014-02-06 20:52:31 -05:00
parent 446eb19653
commit 6524711e68
1 changed files with 2 additions and 0 deletions

View File

@ -496,6 +496,8 @@ _e_comp_object_shadow_setup(E_Comp_Object *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 (focus || cw->ec->focused)
e_comp_object_signal_emit(cw->smart_obj, "e,state,focused", "e");