SVN revision: 41942
This commit is contained in:
Vincent Torri 2009-08-23 15:37:20 +00:00
parent da7d129e2d
commit b4ddae48b8
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ _edje_part_recalc_single_min_max(double sc,
else
{
*maxw = desc->max.w;
if (maxw > 0)
if (*maxw > 0)
{
if (ep->part->scale) *maxw = (int)(((double)*maxw) * sc);
if (*maxw < 1) *maxw = 1;