diff --git a/src/lib/edje/edje_box_layout.c b/src/lib/edje/edje_box_layout.c index 8ba073c01f..1abfbc99f7 100644 --- a/src/lib/edje/edje_box_layout.c +++ b/src/lib/edje/edje_box_layout.c @@ -166,7 +166,7 @@ _edje_box_recalc_apply(Edje *ed EINA_UNUSED, Edje_Real_Part *ep, Edje_Calc_Param if ((ep->type != EDJE_RP_TYPE_CONTAINER) || (!ep->typedata.container)) return; - if ((ep->param2) && (ep->description_pos != ZERO)) + if ((ep->param2) && (NEQ(ep->description_pos, ZERO))) { Edje_Part_Description_Box *param2_desc = (Edje_Part_Description_Box *)ep->param2->description; if (ep->typedata.container->anim->end.layout == NULL)