fix pointer warping on desk change + revert focus

ticket #1994


SVN revision: 80942
This commit is contained in:
Mike Blumenkrantz 2012-12-14 13:47:53 +00:00
parent 381425f538
commit 9d68775725
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ e_desk_last_focused_focus(E_Desk *desk)
/* this was the window last focused in this desktop */
if (!bd->lock_focus_out)
{
e_border_focus_set(bd, 1, 1);
e_border_focus_set_with_pointer(bd);
break;
}
}