e_comp_object: Fixed issue where filter is not applied to launch splash 85/322585/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 11 Apr 2025 03:36:27 +0000 (12:36 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 11 Apr 2025 06:39:48 +0000 (15:39 +0900)
ec of launch splash does not create comp_data because pixmap type is
E_PIXMAP_TYPE_EXT_OBJECT.

Change-Id: I129944108a985e9b4164330d37207813af6a70a9

src/bin/compmgr/e_comp_object.c

index 7f291ae13584cda68372487bdc98b300e840a05e..bf6aaca2a8cdfa4944263412cd512497d9ad937d 100644 (file)
@@ -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)
      {