chuckleheads at it again with the pointer sliding on sloppy focus

ticket #1540


SVN revision: 76896
This commit is contained in:
Mike Blumenkrantz 2012-09-20 09:06:28 +00:00
parent 523597cdcb
commit 1adb477ad1
1 changed files with 1 additions and 1 deletions

View File

@ -2095,7 +2095,7 @@ e_border_focus_set_with_pointer(E_Border *bd)
if (e_config->focus_policy == E_FOCUS_SLOPPY)
{
if (!e_border_under_pointer_get(bd->desk, bd))
if (bd != e_border_under_pointer_get(bd->desk, bd))
{
e_border_pointer_warp_to_center(bd);
}