rimmed pushed a commit to branch master.

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

commit ea4a12e7b9f63befd11db3910d23c9bd8c2b8f6a
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Tue Jan 17 13:49:07 2017 +0200

    property_group: update program script view
    
    You can now select and copy code
    
    Change-Id: I79304aeba7cbfa6a8064cfb1eaeb067c5cc83b40
---
 src/bin/ui/property/property_group.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/property/property_group.c 
b/src/bin/ui/property/property_group.c
index 3853e18..e885386 100644
--- a/src/bin/ui/property/property_group.c
+++ b/src/bin/ui/property/property_group.c
@@ -851,8 +851,8 @@ _init_cb(Property_Attribute *pa, Property_Action *action)
          break;
       case ATTRIBUTE_PROGRAM_SCRIPT:
          elm_entry_single_line_set(action->control, false);
+         elm_entry_editable_set(action->control, false);
          evas_object_size_hint_min_set(action->control, 0, 400);
-         elm_object_disabled_set(action->control, true);
          break;
       case ATTRIBUTE_PART_NAME:
          efl_event_callback_add(action->control, ELM_ENTRY_EVENT_VALIDATE, 
resource_name_validator_helper, group_pd.part_name_validator);

-- 


Reply via email to