e17: focus fix. forgot to set bd->changed to handle want_focus in eval..

SVN revision: 57799
This commit is contained in:
Hannes Janetzek 2011-03-16 13:31:43 +00:00
parent e4413ad2a7
commit 7b2760151a
1 changed files with 2 additions and 0 deletions

View File

@ -1908,6 +1908,7 @@ e_border_focus_set(E_Border *bd,
if (bd->visible && bd->changes.visible)
{
bd->want_focus = 1;
bd->changed = 1;
return;
}
if ((!bd->focused) || (focus_next && (bd != eina_list_data_get(focus_next))))
@ -1951,6 +1952,7 @@ e_border_focus_set(E_Border *bd,
if ((bd->visible) && (bd->changes.visible))
{
bd->want_focus = 0;
bd->changed = 1;
return;
}
}