rimmed pushed a commit to branch master.

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

commit 738be3a9f6d5582334d718401c0994cca309116a
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Fri Mar 18 10:40:01 2016 +0200

    property_group: update transition on action add
    
    Since action can't be changed now but getting changed right after 
program_add,
    it should update things which happens.
    
    Fixes T3224
---
 src/bin/ui/property_group.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/property_group.c b/src/bin/ui/property_group.c
index d8897be..0c7ca9c 100644
--- a/src/bin/ui/property_group.c
+++ b/src/bin/ui/property_group.c
@@ -1023,6 +1023,7 @@ _on_editor_attribute_changed(void *data,
          break;
       case ATTRIBUTE_PROGRAM_ACTION:
          prop_program_action_update(pd);
+         prop_program_transition_update(pd);
          break;
       case ATTRIBUTE_PROGRAM_STATE:
          prop_program_state_update(pd);

-- 


Reply via email to