rimmed pushed a commit to branch master.

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

commit 5f923eacdc2de88b5ac56f2d988ee5bf3cd8e5af
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Jul 8 15:07:49 2015 +0300

    Property: don't unset the color_class on part color set
    
    Part color and color class color must be multiplayed, but not replaced.
    @fix
    
    Change-Id: I71857f7e121ea45038dcd2a7326247ae5c2906a4
---
 src/bin/ui/blocks/property_macros.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/bin/ui/blocks/property_macros.h 
b/src/bin/ui/blocks/property_macros.h
index cc742bc..c4e7474 100644
--- a/src/bin/ui/blocks/property_macros.h
+++ b/src/bin/ui/blocks/property_macros.h
@@ -1649,9 +1649,6 @@ _on_##MEMBER##_##VALUE##_change(void *data, \
                                         r, g, b, a))\
      return; \
    evas_object_color_set(pd->MEMBER.VALUE##_obj, r*a/255, g*a/255, b*a/255, 
a); \
-   edje_edit_state_color_class_set(pd->wm_style->obj, pd->wm_part->name, \
-                                   pd->wm_part->curr_state, \
-                                   pd->wm_part->curr_state_value, NULL); \
    if ((r != old_r) || (g != old_g) || (b != old_b) || (a != old_a)) \
      history_diff_add(pd->wm_style->obj, PROPERTY, MODIFY, VAL_FOUR, old_r, 
old_g, old_b, \
                       old_a, r, g, b, a, pd->wm_style->full_group_name, \

-- 


Reply via email to