From: Changyeon Lee Date: Fri, 11 Apr 2025 03:36:27 +0000 (+0900) Subject: e_comp_object: Fixed issue where filter is not applied to launch splash X-Git-Tag: accepted/tizen/unified/20250416.040904~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5bcdc3287326f36d4a9be3bb1af86c2028a75bc;p=platform%2Fupstream%2Fenlightenment.git e_comp_object: Fixed issue where filter is not applied to launch splash ec of launch splash does not create comp_data because pixmap type is E_PIXMAP_TYPE_EXT_OBJECT. Change-Id: I129944108a985e9b4164330d37207813af6a70a9 --- diff --git a/src/bin/compmgr/e_comp_object.c b/src/bin/compmgr/e_comp_object.c index 7f291ae135..bf6aaca2a8 100644 --- a/src/bin/compmgr/e_comp_object.c +++ b/src/bin/compmgr/e_comp_object.c @@ -4457,7 +4457,6 @@ e_comp_object_image_filter_set(Evas_Object *obj, E_Comp_Image_Filter filter) API_ENTRY EINA_FALSE; EINA_SAFETY_ON_NULL_RETURN_VAL(cw->ec, EINA_FALSE); if (e_object_is_del(E_OBJECT(cw->ec))) return EINA_FALSE; - if (!e_client_cdata_get(cw->ec)) return EINA_FALSE; switch (filter) {