From: Changyeon Lee Date: Mon, 9 Nov 2020 07:02:47 +0000 (+0900) Subject: e_hwc_windows: check visible of image object before obscured_by_target is set X-Git-Tag: submit/tizen/20201109.083635^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F24%2F247224%2F2;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: check visible of image object before obscured_by_target is set Change-Id: Ib06752c9ec9ca8e8332c610d2dce1c45b283349a --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index e60bbeaf68..cf441c86d4 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -817,6 +817,7 @@ _e_hwc_windows_visible_windows_list_get(E_Hwc *hwc) if (!ec) { if (obscured_by_target) continue; + if (!evas_object_visible_get(o)) continue; type = evas_object_type_get(o); if (!e_util_strcmp(type, "image"))