Revert "elm_label: sizing eval is called _on_label_resize to ensure label size."

This reverts commit 3d57fc0c92.

The change broke elementary tests on my local machine as well as on CI.
Please redo the change and bring it back after testing with the test
suites we have.
This commit is contained in:
Stefan Schmidt 2020-03-02 16:46:06 +01:00
parent 34477e1cbe
commit 7499bf9ba2
1 changed files with 1 additions and 1 deletions

View File

@ -247,8 +247,8 @@ _on_label_resize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
{
ELM_LABEL_DATA_GET(data, sd);
elm_layout_sizing_eval(data);
if (sd->slide_mode != ELM_LABEL_SLIDE_MODE_NONE) _label_slide_change(data);
if (sd->linewrap) elm_layout_sizing_eval(data);
}
static int