another focus bug: pointer no longer warps when closing a window if pointer was not over a window when window was closed

SVN revision: 81470
This commit is contained in:
Mike Blumenkrantz 2012-12-20 16:50:44 +00:00
parent 72a901f954
commit 59c4945890
1 changed files with 0 additions and 2 deletions

View File

@ -1079,8 +1079,6 @@ e_border_hide(E_Border *bd,
else if (e_config->focus_revert_on_hide_or_close)
{
e_desk_last_focused_focus(desk);
if ((pbd = eina_list_data_get(focus_next)))
e_border_pointer_warp_to_center(pbd);
}
else if (e_config->focus_policy == E_FOCUS_MOUSE)
{