edje: Fix typo in 397e0b90a2

This commit is contained in:
José Roberto de Souza 2013-07-19 16:28:01 -03:00
parent 2dee0a9357
commit e6db48531d
1 changed files with 1 additions and 1 deletions

View File

@ -1720,7 +1720,7 @@ _edje_part_recalc_single_min(Edje_Part_Description_Common *desc,
}
case EDJE_ASPECT_PREFER_SOURCE:
case EDJE_ASPECT_PREFER_BOTH:
tmp = DIV(SCALE(params->eval.h, minh), h);
tmp = DIV(SCALE(params->eval.w, minh), h);
if (tmp >= FROM_INT(minw))
{
minw = TO_INT(tmp);