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
This commit is contained in:
Sungtaek Hong 2017-04-18 16:48:04 +09:00 committed by Jeeyong Um
parent badf7bca45
commit aaefd66d0c
1 changed files with 4 additions and 0 deletions

View File

@ -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,