rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=e8ec421277d40504541eceae32b96569bacc8b23

commit e8ec421277d40504541eceae32b96569bacc8b23
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Oct 26 19:01:00 2016 +0300

    property_textblock: add + so tags will be used properly as tags
    
    Fixes T4520
---
 src/bin/ui/property/property_textblock.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/ui/property/property_textblock.c 
b/src/bin/ui/property/property_textblock.c
index c51f4dc..8f60d1f 100644
--- a/src/bin/ui/property/property_textblock.c
+++ b/src/bin/ui/property/property_textblock.c
@@ -340,6 +340,9 @@ _update_style()
    TODO("Implement or think about next params in a comment below")
    /* "font_fallback" "font_source" "font_style" "lang" "outline_color"
       "linegap" "linerelgap" "item" "linefill" */
+   if (strcmp(tpd.current_style.st_tag, "DEFAULT"))
+     eina_strbuf_append(tag, " + ");
+
    _print_string(&tag, " font=", tpd.font);
 
    _print_data_string(&tag, " font_size=", tpd.font_size);

-- 


Reply via email to