elm/layout: do not trigger sizing eval at end of canvas_group_add

Summary:
this can never succeed as there will never be an object to successfully
size with at this point

@fix
Depends on D8954

Reviewers: bu5hm4n

Reviewed By: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8955
This commit is contained in:
Mike Blumenkrantz 2019-05-29 09:16:53 -04:00
parent 75bdc620a1
commit d09edd7242
1 changed files with 0 additions and 2 deletions

View File

@ -754,8 +754,6 @@ _efl_ui_layout_base_efl_canvas_group_group_add(Eo *obj, Efl_Ui_Layout_Data *_pd
else
edje_object_signal_callback_add
(edje, "size,eval", "efl", _on_size_evaluate_signal, obj);
elm_layout_sizing_eval(obj);
}
EOLIAN static void