edje_cc: when first parameter is a string and the second one a range, just reuse code.

This commit is contained in:
Cedric BAIL 2017-06-05 11:56:46 -07:00
parent f8a654f1aa
commit d6d9d0f727
1 changed files with 1 additions and 0 deletions

View File

@ -8261,6 +8261,7 @@ st_collections_group_parts_part_description_inherit(void)
break;
case 2:
parent_val = parse_float_range(1, 0.0, 1.0);
EINA_FALLTHROUGH;
case 1:
parent_name = parse_str(0);
break;