partly revert mike's ellipsis changes as they break edje
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 23 Apr 2014 10:57:15 +0000 (19:57 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 23 Apr 2014 10:57:15 +0000 (19:57 +0900)
partly revert adcc32329128b13fda47405a896319c7c96ea85f as the default
ellipsis value was 0 as per the document, and must stay, as changing
this breaks edc descirptions as now text is no longer ellipsised by
default. this ACTUALLY broke titlebars on the default theme - just
have a title that is too long and see how it no longer goes:

This is a title he...

it instead covers the screen for as long as the title is.

if you want -1 for ellipsis... then set it. :)

src/bin/edje/edje_cc_handlers.c

index fe06e46fab131f0220a6e753cd019405a6f80abd..6fa803d7ad81433e5f653bd34a7829662f9c5f09 100644 (file)
@@ -949,7 +949,6 @@ _edje_part_description_alloc(unsigned char type, const char *collection, const c
           ed->text.align.y = FROM_DOUBLE(0.5);
           ed->text.id_source = -1;
           ed->text.id_text_source = -1;
-    ed->text.elipsis = -1;
 
           result = &ed->common;
           break;