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
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 18 Dec 2015 10:18:51 +0000 (19:18 +0900)
committerJaehyun 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

index 916c746..ca55ce1 100644 (file)
@@ -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)