hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7171dd09c659ffe5597c29b50c10580237f37d67

commit 7171dd09c659ffe5597c29b50c10580237f37d67
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Nov 25 20:16:34 2016 +0900

    elementary flip: skip unnecessary sizing.
    
    Sizing in the constructor is wrong.
    It's just a waste of function call.
---
 src/lib/elementary/efl_ui_flip.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_flip.c b/src/lib/elementary/efl_ui_flip.c
index 07e1a26..57d1b18 100644
--- a/src/lib/elementary/efl_ui_flip.c
+++ b/src/lib/elementary/efl_ui_flip.c
@@ -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

-- 


Reply via email to