show input window objects on show

This commit is contained in:
Mike Blumenkrantz 2013-08-30 10:29:35 +01:00
parent b1f98748bb
commit 135e82e9ca
1 changed files with 1 additions and 0 deletions

View File

@ -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);