efl_ui_widget: we should ensure that every subobject is a gfx entity
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Sun, 31 Mar 2019 16:12:48 +0000 (18:12 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 24 Apr 2019 05:24:47 +0000 (14:24 +0900)
we are calling visible_set on them later on, this will drop errors,
additionally this safes us from checking this in the widget-container
code.

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8520

src/lib/elementary/efl_ui_widget.c

index 8d4034c..f0e2905 100644 (file)
@@ -1620,6 +1620,7 @@ _efl_ui_widget_widget_sub_object_add(Eo *obj, Elm_Widget_Smart_Data *sd, Evas_Ob
    Efl_Ui_Widget *parent;
 
    if (!sobj) return EINA_FALSE;
+   EINA_SAFETY_ON_FALSE_RETURN_VAL(efl_isa(sobj, EFL_GFX_ENTITY_INTERFACE), EINA_FALSE);
    EINA_SAFETY_ON_TRUE_RETURN_VAL(obj == sobj, EINA_FALSE);
 
    //first make sure that we unregister the sobj from the parent