edje - and make logic right for no elipsis with min.x too

This commit is contained in:
Carsten Haitzler 2014-08-15 01:36:14 +09:00
parent 0a457c3f8b
commit 0823a2159f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ _edje_text_fit_x(Edje *ed, Edje_Real_Part *ep,
*free_text = 0;
if (sw <= 1) return "";
if ((params->type.text.ellipsis < 0) && (!chosen_desc->text.min_x))
if ((params->type.text.ellipsis < 0) || (chosen_desc->text.min_x))
return text;
if (ep->part->scale) evas_object_scale_set(ep->object, TO_DOUBLE(sc));