clamp client to ABOVE layer when ending nocomp

should fix case where an "Always on Top" window toggles fullscreen
This commit is contained in:
Mike Blumenkrantz 2015-11-10 12:59:26 -05:00
parent dbfa9682bb
commit 8c6bbe0d44
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ _e_comp_nocomp_end(void)
_e_comp_cb_nocomp_end();
if (e_comp->nocomp_ec)
{
E_Layer layer = MAX(e_comp->nocomp_ec->saved.layer, E_LAYER_CLIENT_NORMAL);
E_Layer layer = MAX(e_comp->nocomp_ec->saved.layer, E_LAYER_CLIENT_ABOVE);
Eina_Bool fs;
fs = e_comp->nocomp_ec->fullscreen;