From 48ba24c1b130ed4cc9287038261ad8ae8500a97f Mon Sep 17 00:00:00 2001 From: cedric Date: Wed, 15 Sep 2010 14:09:58 +0000 Subject: [PATCH] * edje: turn it on again and go fix your theme :-) git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52303 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_calc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/edje_calc.c b/src/lib/edje_calc.c index c740f43..634ada2 100644 --- a/src/lib/edje_calc.c +++ b/src/lib/edje_calc.c @@ -610,8 +610,7 @@ _edje_part_recalc_single_aspect(Edje_Real_Part *ep, params->y = TO_INT(ADD(want_y, MUL(SUB(want_h, FROM_INT(params->h)), desc->align.y))); -// not tested enough -> cedric. e's config panel borks. disable. -// params->aspect = apref; + params->aspect = apref; } static void -- 2.7.4