From 135e82e9caa742d1ab22bd1ec5321789832bc89c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 30 Aug 2013 10:29:35 +0100 Subject: [PATCH] show input window objects on show --- src/bin/e_comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 43d129e..236cfbe 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -2468,6 +2468,7 @@ _e_comp_win_show(E_Comp_Win *cw) if (cw->input_only) { if (!cw->shape) return; + evas_object_show(cw->effect_obj); cw->real_hid = 0; cw->shape->visible = 0; e_container_shape_show(cw->shape); -- 2.7.4