Need to be able to set focus several times

When a modal window closes, we get several mouse in events for some
reason. If we are not able to set focus several times, the focus ends up
the wrong place.

SVN revision: 56937
This commit is contained in:
Sebastian Dransfeld 2011-02-10 21:39:15 +00:00
parent dc87685c1e
commit cb22b9355f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ e_focus_event_mouse_in(E_Border* bd)
{
if (!bd->lock_focus_out)
{
if (!bd->focused)
//if (!bd->focused)
e_border_focus_set(bd, 1, 1);
}
}