From f442c21c0455928a14e14e298ebe0abd6b82bfce Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 23 Apr 2014 19:57:15 +0900 Subject: [PATCH] partly revert mike's ellipsis changes as they break edje 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index fe06e46fab..6fa803d7ad 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -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;