projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09d0da
)
e_comp_object: Fixed issue where filter is not applied to launch splash
72/322572/1
accepted/tizen/7.0/unified/20250414.124110
author
Changyeon Lee
<cyeon.lee@samsung.com>
Fri, 11 Apr 2025 03:18:03 +0000
(12:18 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Fri, 11 Apr 2025 03:28:47 +0000
(12:28 +0900)
ec of launch splash does not create comp_data because pixmap type is
E_PIXMAP_TYPE_EXT_OBJECT.
Change-Id: Icdaafb3585df282f5b4b2234cb6f73c55e006944
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index 469a01a447945023ad15f8299da98d9483e14b75..d03e11000faabf3dcdb30b4d31d73ca120b46808 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-6545,7
+6545,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)
{