rimmed pushed a commit to branch master.

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

commit ab16de3b7b577e151af4a1349bc4d29cbc4a4c64
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Jul 13 14:03:49 2016 +0300

    property_textblock: update GLOW_SHADOW_DIRECTION combobox on value change
    
    @fix
---
 src/bin/ui/property/property_textblock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/property/property_textblock.c 
b/src/bin/ui/property/property_textblock.c
index 1621078..4516580 100644
--- a/src/bin/ui/property/property_textblock.c
+++ b/src/bin/ui/property/property_textblock.c
@@ -781,6 +781,7 @@ _change_cb(Property_Attribute *pa, Property_Action *action)
          assert(cb_item != NULL);
          eina_stringshare_del(style_table[DIRECTION_NUM][1]);
          style_table[DIRECTION_NUM][1] = eina_stringshare_add(cb_item->data);
+         tpd.direction = cb_item->index;
          _tag_parse(cb_item->data, "direction");
          _style_edit_update();
          ap.project->changed = true;

-- 


Reply via email to