label: whenever text is changed, sliding related things should be checked

@fix
This commit is contained in:
WooHyun Jung 2016-03-22 14:45:49 +09:00
parent eacade5929
commit 2584d25b75
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ _elm_label_elm_layout_text_set(Eo *obj, Elm_Label_Data *sd, const char *part, co
{ {
sd->lastw = -1; sd->lastw = -1;
elm_obj_layout_sizing_eval(obj); elm_obj_layout_sizing_eval(obj);
_label_slide_change(obj);
} }
return int_ret; return int_ret;
} }