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:
1c64f95
)
client stack ec duplication bug fix
62/75162/2
author
Sungbae Park
<sb34.park@samsung.com>
Fri, 17 Jun 2016 02:06:48 +0000
(11:06 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 17 Jun 2016 08:39:58 +0000
(
01:39
-0700)
Signed-off-by: Sungbae Park <sb34.park@samsung.com>
Change-Id: I9fb2000d277386041d68648ccedf4e4dcc67b8c0
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 11b8743f40b7278cdc13b88e071e3f2f4455ceeb..938a62cdbfe61244ab0b2adb0b79707fec85a252 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-1431,6
+1431,8
@@
_e_comp_intercept_stack_helper(E_Comp_Object *cw, Evas_Object *stack, E_Comp_Obj
if (o) cw2 = evas_object_data_get(o, "comp_obj");
}
+ if (cw2 && cw->layer != cw2->layer)
+ return;
/* remove existing layers */
_e_comp_object_layers_remove(cw);