[label] refine multiline ellipsis
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 2 Sep 2010 06:25:36 +0000 (15:25 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 2 Sep 2010 06:25:36 +0000 (15:25 +0900)
src/lib/elm_label.c

index 704f624..43e372a 100644 (file)
@@ -63,7 +63,7 @@ _elm_win_recalc_job(void *data)
         evas_object_size_hint_min_set(data, minminw, minh);
      }
 
-   if (wd->ellipsis && wd->wrap_h > 0 && _is_width_over(data, 1) == 1) 
+   if (wd->ellipsis && wd->linewrap && wd->wrap_h > 0 && _is_width_over(data, 1) == 1) 
      _ellipsis_label_to_width(data, 1);
 
    maxh = minh;