rimmed pushed a commit to branch eflete-1.18.

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

commit 83e7f3282ca47a0d5f358b325917cade898c8e07
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Feb 15 11:25:24 2017 +0200

    property: update a text control on change of text source value
    
    Fixes T4881
    @fix
    
    Change-Id: Id3369f036887fe681ce3277148dfb4749b929dba
---
 src/bin/ui/property/property_group.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/property/property_group.c 
b/src/bin/ui/property/property_group.c
index 3244f4a..bce35e8 100644
--- a/src/bin/ui/property/property_group.c
+++ b/src/bin/ui/property/property_group.c
@@ -3745,6 +3745,7 @@ _change_cb(Property_Attribute *pa, Property_Action 
*action)
          CRIT_ON_FAIL(editor_state_text_text_source_set(EDIT_OBJ, 
CHANGE_NO_MERGE, STATE_ARGS, str_val1));
          eina_stringshare_del(group_pd.history.new.str_val1);
          group_pd.history.new.str_val1 = str_val1;
+         
property_item_update(&group_pd.items[PROPERTY_GROUP_ITEM_STATE_TEXT_COMMON_TEXT]);
          break;
       case ATTRIBUTE_STATE_TEXT_STYLE:
          assert(cb_item_combo != NULL);

-- 


Reply via email to