fix key grab dialog the simple way - focus works afterwards

SVN revision: 75696
This commit is contained in:
Carsten Haitzler 2012-08-25 09:13:33 +00:00
parent cf863adc59
commit ada59ec667
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ e_grab_dialog_show(E_Win *parent, Eina_Bool is_mouse, Ecore_Event_Handler_Cb key
E_Grab_Dialog *eg;
Ecore_Event_Handler *eh;
e_border_focus_set(parent->border, 0, 1);
if (parent)
{
con = parent->container;