correctness!

SVN revision: 52618
This commit is contained in:
Carsten Haitzler 2010-09-23 02:52:19 +00:00
parent 9684932082
commit 82470f073e
2 changed files with 2 additions and 2 deletions

View File

@ -1299,7 +1299,7 @@ _edje_part_recalc_single(Edje *ed,
FLOAT_T sc; FLOAT_T sc;
sc = ed->scale; sc = ed->scale;
if (sc == 0.0) sc = _edje_scale; if (sc == ZERO) sc = _edje_scale;
_edje_part_recalc_single_min_max(sc, ep, desc, &minw, &minh, &maxw, &maxh); _edje_part_recalc_single_min_max(sc, ep, desc, &minw, &minh, &maxw, &maxh);
/* relative coords of top left & bottom right */ /* relative coords of top left & bottom right */