conr2d pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=aaefd66d0c6425bea182a2549075b8de7376782d

commit aaefd66d0c6425bea182a2549075b8de7376782d
Author: Sungtaek Hong <sth253.h...@samsung.com>
Date:   Tue Apr 18 16:48:04 2017 +0900

    edje_cc: add short state handler for part.description.clip_to
    
    Summary:
    part.clip_to statement has short handler named "part.clip"
    while part.description.clip_to does not.
    
    Its short handler name should be "part.description.clip"
    in order to have same experience with "part.clip".
    
    Reviewers: cedric, Hermet, jpeg, conr2d
    
    Reviewed By: conr2d
    
    Subscribers: conr2d
    
    Differential Revision: https://phab.enlightenment.org/D4789
---
 src/bin/edje/edje_cc_handlers.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 91c08c2..6c34035 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -1078,6 +1078,9 @@ New_Statement_Handler statement_handlers[] =
              pointer -> pointer_mode
              alt_font -> use_alternate_font_metrics
              clip -> clip_to
+             desc {
+                clip -> clip_to
+             }
           }
        }
     }
@@ -1102,6 +1105,7 @@ New_Statement_Handler statement_handlers_short[] =
      {"collections.group.parts.part.pointer", 
st_collections_group_parts_part_pointer_mode},
      {"collections.group.parts.part.alt_font", 
st_collections_group_parts_part_use_alternate_font_metrics},
      {"collections.group.parts.part.clip", 
st_collections_group_parts_part_clip_to_id},
+     {"collections.group.parts.part.description.clip", 
st_collections_group_parts_part_description_clip_to_id},
 };
 
 /** @edcsubsection{lazedc_shorthand,

-- 


Reply via email to