rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=5d3c4be35b264ed45775db3b2f4c78c00ae27009
commit 5d3c4be35b264ed45775db3b2f4c78c00ae27009 Author: Vyacheslav Reutskiy <[email protected]> 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 442d3db..284986e 100644 --- a/src/bin/ui/property/property_group.c +++ b/src/bin/ui/property/property_group.c @@ -3815,6 +3815,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); --
