fix input regions on shaded clients after desk flip

This commit is contained in:
Mike Blumenkrantz 2015-02-02 21:40:31 -05:00
parent 37f6636696
commit 3165448d4c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ _ds_show(E_Desk *desk, int dx, int dy)
e_comp_object_effect_unclip(ec->frame); e_comp_object_effect_unclip(ec->frame);
e_comp_object_effect_set(ec->frame, NULL); e_comp_object_effect_set(ec->frame, NULL);
/* comp unignore the client */ /* comp unignore the client */
e_client_comp_hidden_set(ec, EINA_FALSE); e_client_comp_hidden_set(ec, ec->shaded);
ec->hidden = 0; ec->hidden = 0;
evas_object_show(ec->frame); evas_object_show(ec->frame);
} }