force adding client to raise stack on winlist select

This commit is contained in:
Mike Blumenkrantz 2014-01-17 17:53:05 -05:00
parent c66cdc1416
commit 8f060a22d5
1 changed files with 4 additions and 1 deletions

View File

@ -277,7 +277,10 @@ e_winlist_hide(void)
if (!ec->sticky) e_desk_show(ec->desk);
}
if (!ec->lock_user_stacking)
evas_object_raise(ec->frame);
{
evas_object_raise(ec->frame);
e_client_raise_latest_set(ec);
}
if ((e_config->focus_policy != E_FOCUS_CLICK) ||
(e_config->winlist_warp_at_end) ||