elementary flip: skip unnecessary sizing.

Sizing in the constructor is wrong.
It's just a waste of function call.
This commit is contained in:
Hermet Park 2016-11-25 20:16:34 +09:00
parent b5e9818c02
commit 7171dd09c6
1 changed files with 0 additions and 2 deletions

View File

@ -1897,8 +1897,6 @@ _efl_ui_flip_efl_canvas_group_group_add(Eo *obj, Efl_Ui_Flip_Data *priv)
priv->intmode = EFL_UI_FLIP_INTERACTION_NONE;
elm_widget_can_focus_set(obj, EINA_FALSE);
_sizing_eval(obj);
}
EOLIAN static void