From b1373fe63f60c0ed40988b5cac53982a90e73ccf Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 14 Mar 2014 16:25:14 +0900 Subject: [PATCH] fix hiding of windows when delete is requested this is applicable to e19 only (you can't backport this patch as-is - e19 is too different). this fixes T1063. --- src/bin/e_comp_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 7f24caf00..c128ee9ec 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1191,7 +1191,7 @@ _e_comp_intercept_hide(void *data, Evas_Object *obj) cw->defer_hide |= stopping; if (!cw->defer_hide) { - if ((!cw->ec->iconic) && (!cw->ec->override) && (!cw->ec->delete_requested)) + if ((!cw->ec->iconic) && (!cw->ec->override)) e_hints_window_hidden_set(cw->ec); if ((!cw->animating) || (cw->ec->iconic)) {