projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6520bf7
)
elm_win: Remove unnecessary layer set for elm_win.
74/54874/1
accepted/tizen/mobile/20151220.230813
accepted/tizen/tv/20151220.230828
accepted/tizen/wearable/20151220.230847
submit/tizen/20151219.084053
author
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Fri, 18 Dec 2015 10:18:51 +0000
(19:18 +0900)
committer
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Fri, 18 Dec 2015 10:25:05 +0000
(19:25 +0900)
Change-Id: Ie459d0be6f90b3765942cc67cef798b9d9285cb2
src/lib/elm_win.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_win.c
b/src/lib/elm_win.c
index 916c7469d143d114df0db8604266666fe6421ec2..ca55ce161897331a65cf21e79efe55c5b326e3c8 100644
(file)
--- a/
src/lib/elm_win.c
+++ b/
src/lib/elm_win.c
@@
-3866,7
+3866,6
@@
_elm_win_finalize_internal(Eo *obj, Elm_Win_Data *sd, const char *name, Elm_Win_
evas_object_color_set(obj, 0, 0, 0, 0);
evas_object_move(obj, 0, 0);
evas_object_resize(obj, 1, 1);
- evas_object_layer_set(obj, 50);
evas_object_pass_events_set(obj, EINA_TRUE);
if (type == ELM_WIN_INLINED_IMAGE)