Edje_Edit: allow to set NULL as text_class (unset text_class) into part's state

This commit is contained in:
Vitalii Vorobiov 2016-02-23 18:23:36 +00:00
parent 7923e9799d
commit ed59f8589e
1 changed files with 0 additions and 1 deletions

View File

@ -8256,7 +8256,6 @@ EAPI Eina_Bool
edje_edit_state_text_class_set(Evas_Object *obj, const char *part, const char *state, double value, const char *text_class)
{
Edje_Part_Description_Text *txt;
if (!text_class) return EINA_FALSE;
GET_PD_OR_RETURN(EINA_FALSE);
if ((rp->part->type != EDJE_PART_TYPE_TEXT) &&