raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0823a2159f938b4749baa276c2a2b4c3f43eb41c

commit 0823a2159f938b4749baa276c2a2b4c3f43eb41c
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Aug 15 01:36:14 2014 +0900

    edje - and make logic right for no elipsis with min.x too
---
 src/lib/edje/edje_text.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_text.c b/src/lib/edje/edje_text.c
index 65f691b..70392e5 100644
--- a/src/lib/edje/edje_text.c
+++ b/src/lib/edje/edje_text.c
@@ -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));

-- 


Reply via email to